ChartPlotArea
Plot area - series rendering canvas.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartPlotArea : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartPlotArea
Implements:
Inherited Members
Constructors
Create instance of the class
public ChartPlotArea()
Create instance of the class
Properties
Style
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public StylePlotArea Appearance { get; }
Table that contain series data
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public ChartDataTable DataTable { get; }
Specifies empty series message text
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public EmptySeriesMessage EmptySeriesMessage { get; }
Marked zones collection
[Browsable(true)]
[SkinnableProperty]
public ChartMarkedZonesCollection MarkedZones { get; }
Get a next free order position
[Browsable(false)]
public int NextPosition { get; }
Implements:
List, that is represent the render order for taken up elements
[Browsable(false)]
public List<IOrdering> OrderList { get; }
Implements:
Gets XAxis.
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public ChartXAxis XAxis { get; }
Primary YAxis.
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public ChartYAxis YAxis { get; }
Secondary YAxis
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public ChartYAxis YAxis2 { get; }
Methods
Add element at the end of list
Load ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
Re-index order list
public void ReIndex()
Implements:
Remove element from list
Remove element from list by it's index
Save Track ViewState
Series collection on current plot area
Track ViewState
protected override void TrackViewState()
Overrides: