Click or drag to resize
CustomFiguresCollectionGetFigure Method (String)
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(
	string name
)

Parameters

name
Type: SystemString
Name of figure to get

Return Value

Type: CustomFigure
Figure with specified name
See Also