Class ChartPlotAreaModel
Base class for plot areas in different charts.
Inheritance
System.Object
ChartPlotAreaModel
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.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartPlotAreaModel : ChartElement, IDisposable, INotifyPropertyChanged
Properties
Annotations
Gets the annotations.
Declaration
public ElementCollection<ChartAnnotationModel> Annotations { get; }
Property Value
ElementCollection<ChartAnnotationModel>
The annotations. |
Series
Gets the series.
Declaration
public ElementCollection<ChartSeriesModel> Series { get; }
Property Value
ElementCollection<ChartSeriesModel>
The series. |