MindFusion.Charting Programmer's Guide

Bubble.Label Property

See Also
 





Gets the label drawn at this bubble.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string Label { get; }

Visual Basic  Copy Code

Public ReadOnly Property Label As String

 Property Value

A string value that represents the label.

 Remarks

The text of the bubble depends on LabelType. Custom labels are set with Labels.

 See Also