ControlChartData.Index Property

Gets optional chart-point labels.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public IIndex? Index { get; }

Property Value

IIndex

Implements

IChartData.Index

Remarks

When present, the index contains one label per plotted point in Points and can be used to identify each point in tables, charts, or persisted output. When absent (null) the points are identified by their zero-based position only.

See Also