[]
Gets the FarPoint.Win.Spread.FpChart at the specified index.
public SpreadChart this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SpreadChart
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| SpreadChart | The chart at specified index. |
Gets the FarPoint.Win.Spread.Chart.FpChart with the specified chart name.
public SpreadChart this[string chartName] { get; }
Public ReadOnly Default Property Item(chartName As String) As SpreadChart
| Type | Name | Description |
|---|---|---|
| string | chartName |
| Type | Description |
|---|---|
| SpreadChart | The chart at specified index. |