Class
ScatterSparkDataPoint

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

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

Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPointScatterSparkDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members SparkDataPoint.GetBoundValue<T>(int)SparkDataPoint.SetBoundValue(int, object)SparkDataPoint.InitBoundValues()SparkDataPoint.SetDataItem(object)SparkDataPoint.ContainsBoundValue(int)SparkDataPoint.DataItemSparkDataPoint.IsFirstSparkDataPoint.IsLastSparkDataPoint.IsHighSparkDataPoint.IsLowSparkDataPoint.IsNegativeSparkDataPoint.IsEmptySparkNode.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

ScatterSparkDataPoint()

Initializes a new instance of the ScatterSparkDataPoint class.

Declaration

cs-api-definition
public ScatterSparkDataPoint()

ScatterSparkDataPoint(double, double)

Initializes a new instance of the ScatterSparkDataPoint class.

Declaration

cs-api-definition
public ScatterSparkDataPoint(double x, double y)

Parameters

x

double

The x.

y

double

The y.

Properties

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

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

Property Value

bool

Overrides SparkDataPoint.IsInPlotRange

XValue

Gets or sets the value that is provided for the X-axis of the cartesian sparkline.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double XValue { get; set; }

Property Value

double

YValue

Gets or sets the value that is provided for the X-axis of the cartesian sparkline.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double? YValue { get; set; }

Property Value

double?