Specifies the alignment of a label relative to its associated bubble.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public enum BubbleLabelAlignment |
Visual Basic Copy Code |
---|
Public Enum BubbleLabelAlignment |
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. |
MindFusion.Charting Developer's Guide | © 2024 MindFusion |