[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.AxesCollection.Item

this Property

this[int]

Gets axis.

Declaration
public AxisBase this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets the AxisBase with the specified axis name.

Declaration
public AxisBase this[string axisName] { get; }
Parameters
Type Name Description
string axisName

Name of the axis.

Property Value
Type Description
AxisBase

AxisBase.