Gets or sets the label alignment.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public BubbleLabelAlignment LabelAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelAlignment As BubbleLabelAlignment |
A member of the BubbleLabelAlignment enumeration. The default value is Center.
See Also