Click or drag to resize

ISeriesTHasValue Method

If series has value

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
bool HasValue(
	int idx
)

Parameters

idx
Type: SystemInt32
index of the series

Return Value

Type: Boolean
If the specified index has value or not
See Also