Class SparkDataPointSeriesModel<T>
Inheritance
System.Object
SparkDataPointSeriesModel<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkDataPointSeriesModel<T> : SparkSeriesModel, IDisposable, INotifyPropertyChanged where T : SparkDataPoint
Type Parameters
T
|
Constructors
SparkDataPointSeriesModel()
Declaration
public SparkDataPointSeriesModel()
Properties
DataPoints
Gets the collection of data points contained in this instance.
Declaration
public DataPointSparkCollection<T> DataPoints { get; }
Property Value
DataPointSparkCollection<T>
|
HighValue
Gets the high value data point.
Declaration
public double? HighValue { get; }
Property Value
System.Nullable<System.Double>
|
LowValue
Gets the low value data point.
Declaration
public double? LowValue { get; }
Property Value
System.Nullable<System.Double>
|