New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
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

Initializes a new instance of the ScatterSparkDataPoint class.

C#
public ScatterSparkDataPoint()

Initializes a new instance of the ScatterSparkDataPoint class.

C#
public ScatterSparkDataPoint(double x, double y)
Parameters:xdouble

The x.

ydouble

The y.

Properties

Determines whether the data point may be plotted correctly.

C#
[Browsable(false)]
public override bool IsInPlotRange { get; }

Overrides: SparkDataPoint.IsInPlotRange

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

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double XValue { get; set; }

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

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double? YValue { get; set; }