Class
CustomFigure

User-defined figure

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[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.ViewStateIgnoresCase

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 StateManagedObject.ToString()