Class Chart
This is an class which provides charting functionality for Telerik products.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class Chart : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
Properties
Appearance
Contains appearance related settings.
Declaration
[SkinnableProperty]
public StyleChart Appearance { get; }
Property Value
StyleChart
|
ChartTitle
Provides access to the title element of the chart.
Declaration
[SkinnableProperty]
public ChartTitle ChartTitle { get; }
Property Value
ChartTitle
|
DefaultType
Specifies the default series type.
Declaration
public ChartSeriesType DefaultType { get; set; }
Property Value
ChartSeriesType
|
Legend
Provides access to the legend element of the chart.
Declaration
[SkinnableProperty]
public ChartLegend Legend { get; }
Property Value
ChartLegend
|
NextPosition
Gets the next free order position.
Declaration
public int NextPosition { get; }
Property Value
System.Int32
|
Implements
OrderList
List containing the render order of elements.
Declaration
public List<IOrdering> OrderList { get; }
Property Value
System.Collections.Generic.List<IOrdering>
|
Implements
PlotArea
Contains a chart plot area element.
Declaration
[SkinnableProperty]
public ChartPlotArea PlotArea { get; }
Property Value
ChartPlotArea
|
Series
Gets or sets the RadChart's chart series collection object.
Declaration
[SkinnableProperty]
public ChartSeriesCollection Series { get; }
Property Value
ChartSeriesCollection
|
Skin
Specifies the skin to use.
Declaration
public string Skin { get; set; }
Property Value
System.String
|
Methods
Add(IOrdering)
Add element at the end of list
Declaration
public void Add(IOrdering element)
Parameters
IOrdering
element
Element |
Implements
GetOrder(IOrdering)
Get elements order position
Declaration
public int GetOrder(IOrdering element)
Parameters
IOrdering
element
Element |
Returns
System.Int32
|
Implements
Insert(Int32, IOrdering)
Insert element at specific position in list
Declaration
public void Insert(int order, IOrdering element)
Parameters
System.Int32
order
Position |
IOrdering
element
Element |
Implements
LoadViewState(Object)
Loading ViewState data
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
|
Overrides
ReIndex()
Remove(IOrdering)
Remove element from list
Declaration
public void Remove(IOrdering element)
Parameters
IOrdering
element
Element |
Implements
RemoveAt(Int32)
Remove element from list by it's index
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
Position |
Implements
SaveViewState()
Saving ViewState
Declaration
protected override object SaveViewState()
Returns
System.Object
|
Overrides
TrackViewState()
Tracking ViewState
Declaration
protected override void TrackViewState()