CustomFigure Constructor (String, String) |
Creates new instance of CustomFigure class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic CustomFigure(
string name,
string description
)
Public Sub New (
name As String,
description As String
)
public:
CustomFigure(
String^ name,
String^ description
)
new :
name : string *
description : string -> CustomFigure
Parameters
- name
- Type: SystemString
Name of figure - description
- Type: SystemString
Data in string format used for figure creation
See Also