Class SparkPlotAreaModel
Inheritance
System.Object
SparkPlotAreaModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkPlotAreaModel : SparkElement, IDisposable, INotifyPropertyChanged
Properties
Annotations
Gets the annotations.
Declaration
public ElementCollection<SparkAnnotationModel> Annotations { get; }
Property Value
ElementCollection<SparkAnnotationModel>
The annotations. |
Series
Gets the series.
Declaration
public ElementCollection<SparkSeriesModel> Series { get; }
Property Value
ElementCollection<SparkSeriesModel>
The series. |