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