SeriesIsEmpty Method

GF Charts Help
Determinates whether the point value is missing or undefined

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

public virtual bool IsEmpty(
	int PointDirectIndex
)

Parameters

PointDirectIndex
Type: SystemInt32
Direct index of point

Return Value

Type: Boolean
Returns true, if required point is empty: value is not defined
See Also

Reference