In This Article

MicroXYDataPoint Class

Represents a data point presented by a a MicroXYSeriesBase series.

public class MicroXYDataPoint : MicroDataPointBase
Inheritance:
object ObservableObjectBase MicroDataPointBase object

Constructors

MicroXYDataPoint()

Initializes an instance of the class.

public MicroXYDataPoint()

Properties

StackedDataPoint

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

public MicroXYDataPoint? StackedDataPoint { get; }

Property Value

MicroXYDataPoint

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