Click or drag to resize

BarsGetBar Method

Gets the IBar

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public IBar GetBar(
	int idx
)

Parameters

idx
Type: SystemInt32
index

Return Value

Type: IBar
IBar
See Also