Class ScatterSparkDataPoint
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ScatterSparkDataPoint : SparkDataPoint, IDisposable, INotifyPropertyChanged
Constructors
ScatterSparkDataPoint()
Initializes a new instance of the ScatterSparkDataPoint class.
Declaration
public ScatterSparkDataPoint()
ScatterSparkDataPoint(Double, Double)
Initializes a new instance of the ScatterSparkDataPoint class.
Declaration
public ScatterSparkDataPoint(double x, double y)
Parameters
System.Double
x
The x. |
System.Double
y
The y. |
Properties
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
public override bool IsInPlotRange { get; }
Property Value
System.Boolean
|
Overrides
XValue
Gets or sets the value that is provided for the X-axis of the cartesian sparkline.
Declaration
public double XValue { get; set; }
Property Value
System.Double
|
YValue
Gets or sets the value that is provided for the X-axis of the cartesian sparkline.
Declaration
public double? YValue { get; set; }
Property Value
System.Nullable<System.Double>
|