SparkDataPoint
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
Initializes a new instance of the SparkDataPoint class.
protected SparkDataPoint()
Properties
Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.
[Browsable(false)]
public object DataItem { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsEmpty { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsFirst { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsHigh { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsInPlotRange { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsLast { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsLow { get; }
Gets a value indicating whether the data point may be plotted correctly.
[Browsable(false)]
public virtual bool IsNegative { get; }
Methods
Gets the bound value.
Inits the bound values.
protected virtual void InitBoundValues()
Sets the data item when data point is data bound.