In This Article

XYDataPoint Class

Represents a data point presented by a a XYSeriesBase series.

public class XYDataPoint : DataPointBase, INotifyPropertyChanged
Inheritance:
Object ObservableObjectBase DataPointBase Object

Constructors

XYDataPoint()

public XYDataPoint()

Properties

OriginalValue

Gets the original value.

public object OriginalValue { get; }

Property Value

Object:

The original value.

StackedDataPoint

Gets the XYDataPoint that this data point is stacked on top of.

public XYDataPoint StackedDataPoint { get; }

Property Value

XYDataPoint

XValue

Gets the X-value of the data point.

public object XValue { get; }

Property Value

Object:

The X-value of the data point.

XValueResolved

Gets the resolved X-value of the data point.

public object XValueResolved { get; }

Property Value

Object:

The resolved X-value of the data point.

YValue

Gets the Y-value of the data point.

public object YValue { get; }

Property Value

Object:

The Y-value of the data point.

YValueResolved

Gets the resolved Y-value of the data point.

public object YValueResolved { get; }

Property Value

Object:

The resolved Y-value of the data point.

Inherited Members