Class
ScatterDataPoint

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: ScatterBubbleDataPoint

Implements: INotifyPropertyChanged

Inherited Members DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedNode.Arrange(RadRect, bool)Node.Invalidate()Node.PresenterNode.IsArrangeValidNode.NodeStateNode.IndexNode.CollectionIndexNode.IsTreeLoadedNode.LayoutSlotNode.ParentNode.PropertyChanged

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

bool

Overrides DataPoint.IsInPlotRange

XValue

Gets or sets the value that is provided for the X-axis of the cartesian chart.

Declaration

cs-api-definition
public double XValue { get; set; }

Property Value

double

YValue

Gets or sets the value that is provided for the X-axis of the cartesian chart.

Declaration

cs-api-definition
public double YValue { get; set; }

Property Value

double