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