MindFusion.Wpf Pack Programmer's Guide
Bar.BarIndex Property
See Also
 





Gets the index of the bar in the series.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public int BarIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property BarIndex As Integer

 Property Value

An integer value.

 Remarks

The index of the bar corresponds to the position of the data this bar represents in the data array for the series.

 See Also

Bar Members
Bar Class
MindFusion.Charting.Wpf Namespace