Class
DataPointSeriesModel<T>

Represents chart series that consist of data points.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Type Parameters:

T

Must be a DataPoint.

Syntax:

cs-api-definition
public abstract class DataPointSeriesModel<T> : ChartSeriesModel, IDisposable, INotifyPropertyChanged where T : DataPoint

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<T>

Derived Classes: FunnelSeriesModelPieSeriesModelSeriesModelWithAxes<T>

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

Constructors

DataPointSeriesModel()

Declaration

cs-api-definition
public DataPointSeriesModel()

Properties

DataPoints

Gets the collection of data points contained in this instance.

Declaration

cs-api-definition
public DataPointCollection<T> DataPoints { get; }

Property Value

DataPointCollection<T>