ClassScatterDataPoint
Class
Represents a data point that may be visualized by a Scatter series in a CartesianChart. Generally this is a point that provides values for both X and Y axes and may be plotted by two numerical axes - Linear or Logarithmic.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class ScatterDataPoint : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointScatterDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
ScatterDataPoint()
Declaration
cs-api-definition
public ScatterDataPoint()
Properties
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
cs-api-definition
public override bool IsInPlotRange { get; }
Property Value
Overrides
XValue
Gets or sets the value that is provided for the X-axis of the cartesian chart.
Declaration
cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double XValue { get; set; }
Property Value