ChartArea
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
Initializes a new instance of the ChartArea class.
public ChartArea()
Fields
public static RadProperty MarginProperty
Properties
Gets the collection containing all the annotations presented by this instance.
public ChartAnnotationCollection Annotations { get; }
The annotations.
Gets the area model.
public ChartAreaModel AreaModel { get; }
The area model.
Gets the collection containing all the axes presented by this instance.
public ChartAxisCollection Axes { get; }
The axes.
Gets the controllers.
public ChartViewControllerCollection Controllers { get; }
The controllers.
Gets or sets the margin.
public Padding Margin { get; set; }
The margin.
Gets the selected data points.
public ChartViewSelectedDataPointCollection SelectedDataPoints { get; }
The selected data points.
Gets the collection containing all the series presented by this instance.
public ChartSeriesCollection Series { get; }
The series.
Methods
Disposes the managed resources.
protected override void DisposeManagedResources()
Overrides:
Ensures the state of the series visual.
protected virtual void EnsureAxesVisualSettings()
Ensures the state of the series visual.
protected virtual void EnsureSeriesVisualState()
Gets the default first axis.
Gets the default second axis.
Gets the grid.
public T GetGrid<T>() where T : ChartGrid
T
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Renders the area with the specified context.