ClassChart
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
public class Chart : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChart
Implements:
Inherited Members
Properties
Appearance
Contains appearance related settings.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public StyleChart Appearance { get; }
Property Value
ChartTitle
Provides access to the title element of the chart.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public ChartTitle ChartTitle { get; }
Property Value
CustomPalettes
Contains a collection of custom palettes
Declaration
public CustomPalettesCollection CustomPalettes { get; }
Property Value
DefaultType
Specifies the default series type.
Declaration
[Browsable(true)]
public ChartSeriesType DefaultType { get; set; }
Property Value
Legend
Provides access to the legend element of the chart.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public ChartLegend Legend { get; }
Property Value
Series
Gets or sets the RadChart's chart series collection object.
Declaration
[SkinnableProperty]
public ChartSeriesCollection Series { get; }
Property Value
Skin
Specifies the skin to use.
Declaration
public string Skin { get; set; }
Property Value
string
Methods
Add(IOrdering)
Add element at the end of list
Declaration
public void Add(IOrdering element)
Parameters
element
Element
Implements
Dispose(bool)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides
GetOrder(IOrdering)
Get elements order position
Declaration
public int GetOrder(IOrdering element)
Parameters
element
Element
Returns
int
Implements
Insert(int, IOrdering)
Insert element at specific position in list
Declaration
public void Insert(int order, IOrdering element)
Parameters
order
int
Position
element
Element
Implements
LoadViewState(object)
Loading ViewState data
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
object
Overrides
Remove(IOrdering)
Remove element from list
Declaration
public void Remove(IOrdering element)
Parameters
element
Element
Implements
RemoveAt(int)
Remove element from list by it's index
Declaration
public void RemoveAt(int index)
Parameters
index
int
Position
Implements
SaveViewState()
Saving ViewState
Declaration
protected override object SaveViewState()
Returns
object
Overrides
TrackViewState()
Tracking ViewState
Declaration
protected override void TrackViewState()
Overrides