Gets the index of the chart element. Namespace: MindFusion.Charting Syntax
Property ValueAn int value that specifies the index. RemarksThe 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 |