Class CustomFigure
User-defined figure
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class CustomFigure : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, IDisposable
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. Name of figure |
System. 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. 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. Name of figure |
Methods
ToString()
Gets String representation
Declaration
public override string ToString()
Returns
System. String representation |