Gets the series value by index
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic T this[
int idx
] { get; set; }
Parameters
- idx Int32
- Index
Return Value
TImplements
ISeriesTItemInt32
ExceptionsException | Condition |
---|
IndexOutOfRangeException | Index out of range exception |
See Also