ClassScatterDataPoint
Class
Defines a data point that has two values interpreted as X and Y coordinates in a cartesian coordinate system.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ScatterDataPoint : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPointScatterDataPoint
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.