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