Class
ChartPlotAreaModel

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: IDisposableINotifyPropertyChanged

Inherited Members ChartElement.FindAncestor<T>()ChartElement.IsAncestorOf(ChartNode)ChartElement.FindDescendant<T>()ChartElement.FindDescendant(Predicate<ChartNode>)ChartElement.EnumDescendants()ChartElement.EnumDescendants(TreeTraversalMode)ChartElement.EnumDescendants(Predicate<ChartNode>, TreeTraversalMode)ChartElement.DisposeManagedResources()ChartElement.PresenterChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

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.

In this article
DefinitionPropertiesAnnotationsSeries
Not finding the help you need?
Contact Support