Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AxisYCollection _
	Inherits CollectionBase
C#
public sealed class AxisYCollection : CollectionBase
Visual C++
public ref class AxisYCollection sealed : public CollectionBase
JavaScript
Nasosoft.Chart.Drawing.AxisYCollection = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.AxisYCollection',
	CollectionBase);

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    Nasosoft.Chart.Drawing..::.AxisYCollection

See Also