Click or drag to resize

SeriesTItem Property

Gets the series value by index

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public T this[
	int idx
] { get; set; }

Parameters

idx  Int32
Index

Return Value

T

Implements

ISeriesTItemInt32
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of range exception
See Also