ClassScatterSparkDataPoint
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ScatterSparkDataPoint : SparkDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPointScatterSparkDataPoint
Implements:
Inherited Members
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.
Properties
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
cs-api-definition
[Browsable(false)]
public override bool IsInPlotRange { get; }
Property Value
Overrides
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