ResultArrayItem Property (Int32, Int32)

GF Charts Help
Quick access to the results by indices

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public double this[
	int BarDirectIndex,
	int SubseriesIndex
] { get; set; }

Parameters

BarDirectIndex
Type: SystemInt32
A direct index of the point in a Series
SubseriesIndex
Type: SystemInt32
An index of Series in array

Return Value

Type: Double

Implements

ISeriesArrayItemInt32, Int32
Remarks

The same as this[SubseriesIndex][BarDirectIndex, SeriesOrder.Direct]
See Also

Reference