Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ScatterSparkDataPoint : SparkDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPointScatterSparkDataPoint...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterSparkDataPoint class.
C#
public ScatterSparkDataPoint()
Initializes a new instance of the ScatterSparkDataPoint class.
Properties
Determines whether the data point may be plotted correctly.
C#
[Browsable(false)]
public override bool IsInPlotRange { get; }
Overrides:
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; }