MindFusion WinForms Programmer's Guide
Bar.YLabel Property
See Also
 





Gets the label drawn for this bar at the Y-axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string YLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property YLabel As String

 Property Value

A string value that represents the label.

 Remarks

The text of the YLabel depends on the value of the YAxisSettings.LabelType property. Custom labels are specified with YLabels.

 See Also

Bar Members
Bar Class
MindFusion.Charting Namespace