MindFusion WinForms Programmer's Guide
ChartElement.Index Property
See Also
 





Gets the index of the chart element.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

Public ReadOnly Property Index As Integer

 Property Value

An int value that specifies the index.

 Remarks

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. 

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting Namespace