[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.ChartAreasCollection.Item

this Property

this[int]

Gets or sets area object at the given index

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

this[string]

Gets the ChartArea with the specified chart area name.

Declaration
public ChartArea this[string chartAreaName] { get; }
Parameters
Type Name Description
string chartAreaName

Name of the chart area.

Property Value
Type Description
ChartArea

ChartArea.