ClassSparkAreaModel
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkAreaModel : SparkElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAreaModel
Implements:
Inherited Members
Constructors
SparkAreaModel()
Initializes a new instance of the SparkAreaModel class.
Declaration
public SparkAreaModel()
Properties
Annotations
Gets the collection with all the annotations currently plotted by this instance.
Declaration
public ElementCollection<SparkAnnotationModel> 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 SparkPlotAreaModel PlotArea { get; }
Property Value
Series
Gets the collection with all the series currently plotted by this instance.
Declaration
public ElementCollection<SparkSeriesModel> Series { get; }
Property Value
View
Gets the area where data points are plotted.
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(ISparkView)
Loads the element tree.
Declaration
public void LoadElementTree(ISparkView 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()