MindFusion.Charting Programmer's Guide

Bar.XLabel Property

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string XLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property XLabel As String

 Property Value

A string value that represents the label at the X-axis.

 Remarks

The property gets the label drawn for this bar at the X-axis. Its value depends on the LabelType property of XAxisSettings. Custom labels are set with XLabels

 See Also