[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartCollection.Item

this Property

this[int]

Gets the FarPoint.Win.Spread.FpChart at the specified index.

Declaration
public SpreadChart this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SpreadChart
Parameters
Type Name Description
int index
Property Value
Type Description
SpreadChart

The chart at specified index.

this[string]

Gets the FarPoint.Win.Spread.Chart.FpChart with the specified chart name.

Declaration
public SpreadChart this[string chartName] { get; }
Public ReadOnly Default Property Item(chartName As String) As SpreadChart
Parameters
Type Name Description
string chartName
Property Value
Type Description
SpreadChart

The chart at specified index.