ClassSparkPlotAreaModel
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkPlotAreaModel : SparkElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkPlotAreaModel
Implements:
Inherited Members
Properties
Annotations
Gets the annotations.
Declaration
cs-api-definition
public ElementCollection<SparkAnnotationModel> Annotations { get; }
Property Value
ElementCollection<SparkAnnotationModel>
The annotations.
Series
Gets the series.
Declaration
cs-api-definition
public ElementCollection<SparkSeriesModel> Series { get; }
Property Value
ElementCollection<SparkSeriesModel>
The series.