MindFusion.Charting Programmer's Guide

Bar.TopLabel Property

See Also
 





Gets the top label of the bar.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string TopLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property TopLabel As String

 Property Value

A string value that represents the top label.

 Remarks

The property gets the text drawn at the top of chart bars. The type of the text depends on the value of the TopLabelType property. Custom text is set with TopLabels. Labels at vertical bars can be rotated if you set TopLabelRotAngle to a value greater than zero.

 See Also