Class ChartAreaModel
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartAreaModel : ChartElement, IDisposable, INotifyPropertyChanged
Constructors
ChartAreaModel()
Properties
Annotations
Gets the collection with all the annotations currently plotted by this instance.
Declaration
public ElementCollection<ChartAnnotationModel> Annotations { get; }
Property Value
ElementCollection<ChartAnnotationModel>
|
IsSuspended
Gets a value indicating whether updates are currently suspended.
Declaration
public bool IsSuspended { get; }
Property Value
System.Boolean
|
IsTreeLoaded
Determines whether the node is loaded.
Declaration
public override bool IsTreeLoaded { get; }
Property Value
System.Boolean
|
Overrides
PlotArea
Gets the area where data points are plotted.
Declaration
public ChartPlotAreaModel PlotArea { get; }
Property Value
ChartPlotAreaModel
|
Series
Gets the collection with all the series currently plotted by this instance.
Declaration
public ElementCollection<ChartSeriesModel> Series { get; }
Property Value
ElementCollection<ChartSeriesModel>
|
Methods
Arrange()
Arranges the area using a rectangle located at (0, 0) and with Size equal to the current view's Viewport.
Declaration
public void Arrange()
BeginUpdate()
Begins the update.
Declaration
public void BeginUpdate()
EndUpdate()
Ends the update.
Declaration
public void EndUpdate()
EndUpdate(Boolean)
Ends the update.
Declaration
public void EndUpdate(bool refresh)
Parameters
System.Boolean
refresh
The refresh. |
LoadElementTree(IChartView)
Loads the element tree.
Declaration
public void LoadElementTree(IChartView view)
Parameters
IChartView
view
The view. |
OnPlotOriginChanged()
Called when [plot origin changed].
Declaration
public void OnPlotOriginChanged()
OnZoomChanged()
Called when [zoom changed].
Declaration
public void OnZoomChanged()
ProcessPlotOriginChanged()
Processes the plot origin changed.
Declaration
protected virtual void ProcessPlotOriginChanged()
ProcessZoomChanged()
Processes the zoom changed.
Declaration
protected virtual void ProcessZoomChanged()