New to Telerik ReportingStart a free 30-day trial

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: IChartingStateManagedItemIChartingStateManager

Inherited Members StateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.Dispose()StateManagedObject.Dispose(bool)StateManagedObject.ViewStateIgnoresCase...

Constructors

Creates new instance of CustomFigure class.

C#
public CustomFigure()

Creates new instance of CustomFigure class.

C#
public CustomFigure(string name, string description)
Parameters:namestring

Name of figure

descriptionstring

Data in string format used for figure creation

Properties

Gets and sets Figure's source

C#
[SkinnableProperty]
public string Description { get; set; }
Property Value:

Data in string format needed to restore object

Name

string

Gets and sets Figure's name

C#
[SkinnableProperty]
public string Name { get; set; }
Property Value:

Name of figure

Methods

Gets String representation

C#
public override string ToString()
Returns:

string

String representation

Overrides: StateManagedObject.ToString()