ComponentOne Chart for .NET (2.0) Search HelpCentral 

Area.Axes Property

Gets the axes collection.

[Visual Basic]

Public ReadOnly Property Axes As AxesCollection

[C#]

public AxesCollection Axes {get;}

[Delphi]

public property Axes: AxesCollection read get_Axes;

Remarks

This collection contains the X, Y and Y2 axes. The Axes collection is provided to allow the convenience of iterating on each axis in the collection while setting properties. The elements of the collection are the same objects as exposed by the Area AxisX, AxisY and AxisY2 properties. The number of elements in the Axes collection cannot be changed.

See Also

Area Class | Area Members | C1.Win.C1Chart Namespace | Area Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.