ChartPlotAreaModel
Class
Base class for plot areas in different charts.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartPlotAreaModel : ChartElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartPlotAreaModel...
Implements:
Inherited Members
Properties
Gets the annotations.
C#
public ElementCollection<ChartAnnotationModel> Annotations { get; }
The annotations.
Gets the series.
C#
public ElementCollection<ChartSeriesModel> Series { get; }
The series.