ComponentOne Chart for .NET (2.0) Search HelpCentral 

AxesCollection.Item Property (String)

Gets the specified Axis from the collection by name.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal AxisName As String _

) As Axis

[C#]

public Axis this[

string AxisName

] {get;}

[Delphi]

public property Item[

AxisName: String

]: Axis read get_Item;

See Also

AxesCollection Class | AxesCollection Members | C1.Win.C1Chart Namespace | AxesCollection.Item Overload List


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