New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class SparkAreaModel : SparkElement, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAreaModel...

Implements: IDisposableINotifyPropertyChanged

Inherited Members SparkElement.FindAncestor<T>()SparkElement.IsAncestorOf(SparkNode)SparkElement.FindDescendant<T>()SparkElement.FindDescendant(Predicate<SparkNode>)SparkElement.EnumDescendants()SparkElement.EnumDescendants(TreeTraversalMode)SparkElement.EnumDescendants(Predicate<SparkNode>, TreeTraversalMode)SparkElement.DisposeManagedResources()SparkElement.PresenterSparkNode.Arrange(RadRect, bool)SparkNode.Invalidate()SparkNode.UpdateLayoutSlotX(double)SparkNode.UpdateLayoutSlotY(double)SparkNode.UpdateLayoutSlotWidth(double)SparkNode.UpdateLayoutSlotHeight(double)SparkNode.SetValueCore(int, object)SparkNode.ClearValueCore(int)SparkNode.IsArrangeValidSparkNode.NodeStateSparkNode.IndexSparkNode.CollectionIndexSparkNode.LayoutSlotSparkNode.SparkAreaSparkNode.ParentSparkNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed...

Constructors

Initializes a new instance of the SparkAreaModel class.

C#
public SparkAreaModel()

Properties

Gets the collection with all the annotations currently plotted by this instance.

C#
public ElementCollection<SparkAnnotationModel> Annotations { get; }

Gets a value indicating whether updates are currently suspended.

C#
public bool IsSuspended { get; }

Determines whether the node is loaded.

C#
public override bool IsTreeLoaded { get; }

Overrides: SparkNode.IsTreeLoaded

Gets the area where data points are plotted.

C#
public SparkPlotAreaModel PlotArea { get; }

Gets the collection with all the series currently plotted by this instance.

C#
public ElementCollection<SparkSeriesModel> Series { get; }

Gets the area where data points are plotted.

C#
public ISparkView View { get; }

Methods

Arranges the area using a rectangle located at (0, 0) and with Size equal to the current view's Viewport.

C#
public void Arrange()

Begins the update.

C#
public void BeginUpdate()

Ends the update.

C#
public void EndUpdate()

Ends the update.

C#
public void EndUpdate(bool refresh)
Parameters:refreshbool

The refresh.

Loads the element tree.

C#
public void LoadElementTree(ISparkView view)
Parameters:viewISparkView

The view.

Called when [plot origin changed].

C#
public void OnPlotOriginChanged()

Processes the plot origin changed.

C#
protected virtual void ProcessPlotOriginChanged()

Processes the zoom changed.

C#
protected virtual void ProcessZoomChanged()