Click or drag to resize
CustomFigure Constructor (String, String)
Creates new instance of CustomFigure class.

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(
	string name,
	string description
)

Parameters

name
Type: SystemString
Name of figure
description
Type: SystemString
Data in string format used for figure creation
See Also