ClassChartAreaModel
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartAreaModel : ChartElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartAreaModel
Implements:
Inherited Members
Constructors
ChartAreaModel()
Initializes a new instance of the ChartAreaModel class.
Declaration
public ChartAreaModel()
Properties
Annotations
Gets the collection with all the annotations currently plotted by this instance.
Declaration
public ElementCollection<ChartAnnotationModel> Annotations { get; }
Property Value
IsSuspended
Gets a value indicating whether updates are currently suspended.
IsTreeLoaded
Determines whether the node is loaded.
Declaration
public override bool IsTreeLoaded { get; }
Property Value
Overrides
PlotArea
Gets the area where data points are plotted.
Declaration
public ChartPlotAreaModel PlotArea { get; }
Property Value
Series
Gets the collection with all the series currently plotted by this instance.
Declaration
public ElementCollection<ChartSeriesModel> Series { get; }
Property Value
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()
EndUpdate(bool)
Ends the update.
Declaration
public void EndUpdate(bool refresh)
Parameters
refresh
The refresh.
LoadElementTree(IChartView)
Loads the element tree.
Declaration
public void LoadElementTree(IChartView view)
Parameters
view
The view.
OnPlotOriginChanged()
Called when [plot origin changed].
Declaration
public void OnPlotOriginChanged()
ProcessPlotOriginChanged()
Processes the plot origin changed.
Declaration
protected virtual void ProcessPlotOriginChanged()
ProcessZoomChanged()
Processes the zoom changed.
Declaration
protected virtual void ProcessZoomChanged()