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





Gets the inner label of the bar.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string InnerLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property InnerLabel As String

 Property Value

A string value that represents the inner label.

 Remarks

The property returns the text that is drawn inside the bar. The type of the text depends on the value of the InnerLabelType property. Custom text is set with InnerLabels.

 See Also

Bar Members
Bar Class
MindFusion.Charting Namespace