SeriesTItem Property (Int32, Boolean) |
Note: This API is now obsolete.
Gets the series value
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax [ObsoleteAttribute]
public T this[
int idx,
bool isRecalculated
] { get; }
Parameters
- idx
- Type: SystemInt32
- isRecalculated
- Type: SystemBoolean
Update the parent indicator if T is double and state is Realtime
Return Value
Type:
TValue for the specified index
See Also