Search
BubbleLabelAlignment Enumeration
See Also
 






Specifies the alignment of a label relative to its associated bubble.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum BubbleLabelAlignment

Visual Basic  Copy Code

Public Enum BubbleLabelAlignment

 Members

  Member name Description

Above

Indicates that the label is positioned above the bubble.

Below

Indicates that the label is positioned below the bubble.

Center

Indicates that the label is centered inside the bubble.

Left

Indicates that the label is positioned to the left of the bubble.

Right

Indicates that the label is positioned to the right of the bubble.

 See Also