Class
SparkDataPoint

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SparkDataPoint : SparkNode, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPoint

Derived Classes: ScatterSparkDataPointCategoricalSparkDataPointBase

Implements: IDisposableINotifyPropertyChanged

Inherited Members SparkNode.Arrange(RadRect, bool)SparkNode.Invalidate()SparkNode.UpdateLayoutSlotX(double)SparkNode.UpdateLayoutSlotY(double)SparkNode.UpdateLayoutSlotWidth(double)SparkNode.UpdateLayoutSlotHeight(double)SparkNode.SetValueCore(int, object)SparkNode.ClearValueCore(int)SparkNode.IsArrangeValidSparkNode.NodeStateSparkNode.IndexSparkNode.CollectionIndexSparkNode.IsTreeLoadedSparkNode.LayoutSlotSparkNode.SparkAreaSparkNode.ParentSparkNode.PresenterSparkNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

SparkDataPoint()

Initializes a new instance of the SparkDataPoint class.

Declaration

cs-api-definition
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

cs-api-definition
[Browsable(false)]
public object DataItem { get; }

Property Value

object

IsEmpty

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsEmpty { get; }

Property Value

bool

IsFirst

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsFirst { get; }

Property Value

bool

IsHigh

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsHigh { get; }

Property Value

bool

IsInPlotRange

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsInPlotRange { get; }

Property Value

bool

IsLast

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsLast { get; }

Property Value

bool

IsLow

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsLow { get; }

Property Value

bool

IsNegative

Gets a value indicating whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public virtual bool IsNegative { get; }

Property Value

bool

Methods

ContainsBoundValue(int)

Determines whether [contains bound value] [the specified index].

Declaration

cs-api-definition
protected bool ContainsBoundValue(int index)

Parameters

index

int

The index.

Returns

bool

GetBoundValue<T>(int)

Gets the bound value.

Declaration

cs-api-definition
protected T GetBoundValue<T>(int index)

Parameters

index

int

The index.

Returns

T

InitBoundValues()

Inits the bound values.

Declaration

cs-api-definition
protected virtual void InitBoundValues()

SetBoundValue(int, object)

Sets the bound value.

Declaration

cs-api-definition
protected void SetBoundValue(int index, object value)

Parameters

index

int

The index.

value

object

The value.

SetDataItem(object)

Sets the data item when data point is data bound.

Declaration

cs-api-definition
protected virtual void SetDataItem(object data)

Parameters

data

object