[]
        
(Showing Draft Content)

C1.WPF.C1Chart.AxisCollection.Item

this Property

this[string]

Gets the axis by its name.

Declaration
public Axis this[string name] { get; }
Parameters
Type Name Description
string name

The name of the axis.

Property Value
Type Description
Axis

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