CustomFigure
Class
User-defined figure
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CustomFigure : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectCustomFigure
Implements:
Inherited Members
Constructors
Creates new instance of CustomFigure class.
C#
public CustomFigure()
Creates new instance of CustomFigure class.
C#
public CustomFigure(string name, string description)
Name of figure
descriptionstringData in string format used for figure creation
Properties
Description
string
Gets and sets Figure's source
C#
[SkinnableProperty]
public string Description { get; set; }
Data in string format needed to restore object
Name
string
Gets and sets Figure's name
C#
[SkinnableProperty]
public string Name { get; set; }
Name of figure
Methods
ToString()
string
Gets String representation
C#
public override string ToString()
string
String representation
Overrides: