Table of Contents

TDataLabel.DataPointIndex Property

Point index of the point this label displays. This value only has meaning if LinkedTo is TLinkOptions.DataLabel and the label is for only one point. When the label is for the whole series, DataPointIndex is -1.

Syntax

Namespace: FlexCel.Core

public Int32 DataPointIndex { get; set; }

See also