Specifies the alignment of a label relative to its associated bubble.
Namespace: MindFusion.Charting
File: BubbleLabelAlignment.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
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