In This Article

DataPointBase Class

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

public abstract class DataPointBase : ObservableObjectBase
Inheritance:
object ObservableObjectBase object
Derived:
XYDataPoint

Constructors

DataPointBase()

Initializes an instance of the class.

protected DataPointBase()

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