ScatterDataPoint
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.WinControls.ChartView.dll
Syntax:
C#
public class ScatterDataPoint : DataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointScatterDataPoint...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterDataPoint class.
C#
public ScatterDataPoint()
Initializes a new instance of the ScatterDataPoint 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 chart.
C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double XValue { get; set; }