MindFusion.Charting Programmer's Guide

Bar.Series Property

See Also
 





Gets the index of the chart this Bar belongs to.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Series { get; }

Visual Basic  Copy Code

Public ReadOnly Property Series As Integer

 Property Value

The zero-based index of the data array in Data, which provides the data for this Bar.

 See Also