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