Gets the index of the bar in the series.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public int BarIndex { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property BarIndex As Integer |
An integer value.
RemarksThe index of the bar corresponds to the position of the data this bar represents in the data array for the series.
See Also