ClassChartArea
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public abstract class ChartArea : UIChartElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, ILegendInfoProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartArea
Derived Classes:
Implements:
Inherited Members
Constructors
ChartArea()
Initializes a new instance of the ChartArea class.
Declaration
public ChartArea()
ChartArea(ChartView)
Initializes a new instance of the ChartArea class.
Declaration
public ChartArea(ChartView owner)
Parameters
owner
The owner.
Fields
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public ChartAnnotationCollection Annotations { get; }
Property Value
The annotations.
AreaModel
Gets the area model.
Declaration
public ChartAreaModel AreaModel { get; }
Property Value
The area model.
Axes
Gets the collection containing all the axes presented by this instance.
Declaration
public ChartAxisCollection Axes { get; }
Property Value
The axes.
Controllers
Gets the controllers.
Declaration
public ChartViewControllerCollection Controllers { get; }
Property Value
The controllers.
Grid
Grid
Declaration
[Browsable(false)]
public virtual ChartGrid Grid { get; }
Property Value
Margin
Gets or sets the margin.
Declaration
public Padding Margin { get; set; }
Property Value
The margin.
Owner
Gets or sets the owner.
SelectedDataPoints
Gets the selected data points.
Declaration
public ChartViewSelectedDataPointCollection SelectedDataPoints { get; }
Property Value
ChartViewSelectedDataPointCollection
The selected data points.
Series
Gets the collection containing all the series presented by this instance.
Declaration
public ChartSeriesCollection Series { get; }
Property Value
The series.
Methods
CreateDefaultRenderer()
Declaration
protected abstract IChartRenderer CreateDefaultRenderer()
Returns
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
EnsureAxesVisualSettings()
Ensures the state of the series visual.
Declaration
protected virtual void EnsureAxesVisualSettings()
EnsureSeriesVisualState()
Ensures the state of the series visual.
Declaration
protected virtual void EnsureSeriesVisualState()
GetDefaultFirstAxis()
Gets the default first axis.
GetDefaultSecondAxis()
Gets the default second axis.
GetGrid<T>()
Gets the grid.
Declaration
public T GetGrid<T>() where T : ChartGrid
Returns
T
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
Render(object)
Renders the area with the specified context.
Declaration
public void Render(object context)
Parameters
context
The context.