Click or drag to resize

SharpScriptBaseSetSecondaryBarType Method

Set the barType of the secondary bars. Can be called only when the State is in Initialize state.

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected void SetSecondaryBarType(
	BarType barType,
	int barsIndex
)

Parameters

barType
Type: SharpCharts.Base.DataBarType
The new barType
barsIndex
Type: SystemInt32
Secondary series index
See Also