Charting for WinForms Programmer's Guide
BarSeries.XAxisLabels Property
See Also
 






Gets or sets the X axis labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<string> XAxisLabels { get; set; }

Visual Basic  Copy Code

Public Property XAxisLabels As IList(Of String)

 Property Value

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting Namespace