Gets the axis by its name.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

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

Parameters

name
Type: System..::..String
The name of the axis.

Return Value

Axis with the specified name. Null if there is no axis with the specified name.

See Also