ClassSparkDataPointSeriesModel<T>
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
cs-api-definition
public abstract class SparkDataPointSeriesModel<T> : SparkSeriesModel, IDisposable, INotifyPropertyChanged where T : SparkDataPoint
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkSeriesModelSparkDataPointSeriesModel<T>
Derived Classes:
Implements:
Inherited Members
Constructors
SparkDataPointSeriesModel()
Declaration
cs-api-definition
public SparkDataPointSeriesModel()
Properties
DataPoints
Gets the collection of data points contained in this instance.
Declaration
cs-api-definition
public DataPointSparkCollection<T> DataPoints { get; }
Property Value
HighValue
Gets the high value data point.