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

Syntax

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

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

Inheritance Hierarchy

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

See Also