[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendsCollection.Item

this Property

this[int]

Gets or sets collection item by given index

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

this[string]

Gets or sets collection item by given name

Declaration
public Legend this[string legendName] { get; }
Parameters
Type Name Description
string legendName