ClassSparkDataPoint
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkDataPoint : SparkNode, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
SparkDataPoint()
Initializes a new instance of the SparkDataPoint class.
Declaration
protected SparkDataPoint()
Properties
DataItem
Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.
Declaration
[Browsable(false)]
public object DataItem { get; }
Property Value
IsEmpty
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsEmpty { get; }
Property Value
IsFirst
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsFirst { get; }
Property Value
IsHigh
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsHigh { get; }
Property Value
IsInPlotRange
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsInPlotRange { get; }
Property Value
IsLast
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsLast { get; }
Property Value
IsLow
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsLow { get; }
Property Value
IsNegative
Gets a value indicating whether the data point may be plotted correctly.
Declaration
[Browsable(false)]
public virtual bool IsNegative { get; }
Property Value
Methods
ContainsBoundValue(int)
Determines whether [contains bound value] [the specified index].
GetBoundValue<T>(int)
Gets the bound value.
Declaration
protected T GetBoundValue<T>(int index)
Parameters
index
The index.
Returns
T
InitBoundValues()
Inits the bound values.
Declaration
protected virtual void InitBoundValues()
SetBoundValue(int, object)
Sets the bound value.
SetDataItem(object)
Sets the data item when data point is data bound.
Declaration
protected virtual void SetDataItem(object data)
Parameters
data