Represents the collection of labels that belong to the Axis.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also