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





Gets the index of the series this bar belongs to.

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

 Syntax

C#  Copy Code

public int SeriesIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property SeriesIndex As Integer

 Property Value

An integer value.

 Remarks

The index of the series corresponds to the location of the series this bar belongs to in the Series list.

 See Also

Bar Members
Bar Class
MindFusion.Charting.Wpf Namespace