SimpleSeries Constructor

GF Charts Help

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

public SimpleSeries(
	double[] underlyingData,
	int firstIndex
)

Parameters

underlyingData
Type: SystemDouble
Underlying array of data
firstIndex
Type: SystemInt32
An index of the first item in resulting object
Remarks

FirstIndex can be used to avoid creation of the (FirstIndex - 1) first items of series in underlying array
See Also

Reference