Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
C#
public abstract class SparkDataPointSeriesModel<T> : SparkSeriesModel, IDisposable, INotifyPropertyChanged where T : SparkDataPoint
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkSeriesModelSparkDataPointSeriesModel<T>...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public SparkDataPointSeriesModel()
Properties
Gets the collection of data points contained in this instance.
C#
public DataPointSparkCollection<T> DataPoints { get; }