Gets the specified Axis from the collection by name.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public Axis this[
	string AxisName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	AxisName As String _
) As Axis
	Get

Parameters

AxisName
Type: System..::..String

See Also