In This Article

MicroDataPointBase Class

Represents a base class for a data point presented by a chart series.

public abstract class MicroDataPointBase : ObservableObjectBase
Inheritance:
object ObservableObjectBase object
Derived:
MicroXYDataPoint

Constructors

MicroDataPointBase()

Initializes an instance of the class.

protected MicroDataPointBase()

Properties

Index

Gets or sets the index of the data point.

public int Index { get; }

Property Value

int:

The index of the data point; The default value is 0.

Inherited Members