SharpScriptBaseItem Property (Int32, Boolean) |
Gets the value of sharp script
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public double this[
int idx,
bool isRecalculated
] { get; }
Parameters
- idx
- Type: SystemInt32
Index - isRecalculated
- Type: SystemBoolean
if true will recalculates the parent script before returning the value
Return Value
Type:
DoubleValue for the specified index
See Also