Click or drag to resize
CustomFiguresCollectionGetFigure Method (Int32)
Gets or sets a custom figures collection item.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public CustomFigure GetFigure(
	int index
)

Parameters

index
Type: SystemInt32
Index to get figure

Return Value

Type: CustomFigure
Figure at specified index
See Also