In This Article

XYDataPoint Class

Represents a data point presented by a a XYSeriesBase series.

public class XYDataPoint : DataPointBase
Inheritance:
object ObservableObjectBase DataPointBase object

Constructors

XYDataPoint()

Initializes an instance of the class.

public XYDataPoint()

Properties

OriginalValue

The original value.

public object? OriginalValue { get; }

Property Value

object

StackedDataPoint

The XYDataPoint that this data point is stacked on top of.

public XYDataPoint? StackedDataPoint { get; }

Property Value

XYDataPoint

XValue

The X-value of the data point.

public object? XValue { get; }

Property Value

object

XValueResolved

The resolved X-value of the data point.

public object? XValueResolved { get; }

Property Value

object

YValue

The Y-value of the data point.

public object? YValue { get; }

Property Value

object

YValueResolved

The resolved Y-value of the data point.

public object? YValueResolved { get; }

Property Value

object

Inherited Members

Extension Methods