Series  Conversion (Boolean to Series)

GF Charts Help
Converts boolean value to Series for further operations

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

public static explicit operator Series (
	bool x
)

Parameters

x
Type: SystemBoolean
bool value

Return Value

Type: Series
new ConstSeries(x ? 1 : 0)
See Also

Reference