Returns values from underlying series
Namespace:
GF.Clients.Charts.TimeSeries.Simple
Assembly:
GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
public double this[
int BarDirectIndex,
int SubseriesIndex
] { get; set; }
Public Default Property Item (
BarDirectIndex As Integer,
SubseriesIndex As Integer
) As Double
Get
Set
public:
virtual property double default[int BarDirectIndex, int SubseriesIndex] {
double get (int BarDirectIndex, int SubseriesIndex) sealed;
void set (int BarDirectIndex, int SubseriesIndex, double value) sealed;
}
Parameters
- BarDirectIndex
- Type: SystemInt32
- SubseriesIndex
- Type: SystemInt32
Return Value
Type:
DoubleImplements
ISeriesArrayItemInt32, Int32
Reference