Represents a collection for AxisSection.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also