Gets the index of the chart element. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public int Index { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Index As Integer |
An int value that specifies the index.
The index of the element represents the place that the chart element has among all other chart elements. The index is calculated according to the position of the data value it represents among all other data values. This means:
All ChartElement objects in a chart have unique indexes. The index remains unchanged even when sorting has been applied.