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 ChartArea class.
Declaration
public ChartArea(ChartView owner)
Parameters
ChartView
owner
The owner. |
Fields
MarginProperty
Properties
Annotations
Gets the collection containing all the annotations presented by this instance.
Declaration
public ChartAnnotationCollection Annotations { get; }
Property Value
ChartAnnotationCollection
The annotations. |
AreaModel
Gets the area model.
Declaration
public ChartAreaModel AreaModel { get; }
Property Value
ChartAreaModel
The area model. |
Axes
Gets the collection containing all the axes presented by this instance.
Declaration
public ChartAxisCollection Axes { get; }
Property Value
ChartAxisCollection
The axes. |
Controllers
Gets the controllers.
Declaration
public ChartViewControllerCollection Controllers { get; }
Property Value
ChartViewControllerCollection
The controllers. |
Grid
Margin
Gets or sets the margin.
Declaration
public Padding Margin { get; set; }
Property Value
System.Windows.Forms.Padding
The margin. |
Owner
Gets or sets the owner.
Declaration
public ChartView Owner { get; }
Property Value
ChartView
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
ChartSeriesCollection
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
Axis
|
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
UIChartElement
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
System.Object
context
The context. |
Explicit Interface Implementations
ILegendInfoProvider.LegendInfos
Declaration
LegendItemCollection ILegendInfoProvider.LegendInfos { get; }
Returns
LegendItemCollection
|