Class ChartArea
Inherited Members
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
Constructors
ChartArea()
ChartArea(ChartView)
Initializes a new instance of the Chart
Declaration
public ChartArea(ChartView owner)
Parameters
Chart The owner. |
Fields
MarginProperty
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public ChartAnnotationCollection Annotations { get; }
Property Value
Chart The annotations. |
AreaModel
Gets the area model.
Declaration
public ChartAreaModel AreaModel { get; }
Property Value
Chart The area model. |
Axes
Gets the collection containing all the axes presented by this instance.
Declaration
public ChartAxisCollection Axes { get; }
Property Value
Chart The axes. |
Controllers
Gets the controllers.
Declaration
public ChartViewControllerCollection Controllers { get; }
Property Value
Chart The controllers. |
Grid
Margin
Gets or sets the margin.
Declaration
public Padding Margin { get; set; }
Property Value
System. The margin. |
Owner
Gets or sets the owner.
Declaration
public ChartView Owner { get; }
Property Value
Chart The owner. |
SelectedDataPoints
Gets the selected data points.
Declaration
public ChartViewSelectedDataPointCollection SelectedDataPoints { get; }
Property Value
Chart The selected data points. |
Series
Gets the collection containing all the series presented by this instance.
Declaration
public ChartSeriesCollection Series { get; }
Property Value
Chart The series. |
Methods
CreateDefaultRenderer()
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()
GetDefaultSecondAxis()
Gets the default second axis.
Declaration
protected virtual Axis GetDefaultSecondAxis()
Returns
GetGrid<T>()
Gets the grid.
Declaration
public T GetGrid<T>()
where T : ChartGrid
Returns
T
|
Type Parameters
T
The type of the T. |
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart 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
System. The context. |
Explicit Interface Implementations
ILegendInfoProvider.LegendInfos
Declaration
LegendItemCollection ILegendInfoProvider.LegendInfos { get; }