[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.SeriesCollection.Item

this Property

this[int]

Gets or sets collection item by given index

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

this[string]

Gets the Series with the specified series name.

Declaration
public Series this[string seriesName] { get; }
Parameters
Type Name Description
string seriesName