[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.WallRangesCollection.Item

this Property

this[int]

Gets or sets the element at the specified index.

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

The index.

Property Value
Type Description
WallRange

WallRange.

this[string]

Gets the WallRange with the specified wall range name.

Declaration
public WallRange this[string wallRangeName] { get; }
Parameters
Type Name Description
string wallRangeName

Name of the wall range.

Property Value
Type Description
WallRange

WallRange.