Class CustomFigure
User-defined figure
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class CustomFigure : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Constructors
CustomFigure()
Creates new instance of CustomFigure class.
Declaration
public CustomFigure()
CustomFigure(String, String)
Creates new instance of CustomFigure class.
Declaration
public CustomFigure(string name, string description)
Parameters
System.String
name
Name of figure |
System.String
description
Data in string format used for figure creation |
Properties
Description
Gets and sets Figure's source
Declaration
[SkinnableProperty]
public string Description { get; set; }
Property Value
System.String
Data in string format needed to restore object |
Name
Gets and sets Figure's name
Declaration
[SkinnableProperty]
public string Name { get; set; }
Property Value
System.String
Name of figure |
Methods
ToString()
Gets String representation
Declaration
public override string ToString()
Returns
System.String
String representation |