Search
BubbleChart.LabelAlignment Property
See Also
 






Gets or sets the alignment of labels relative to their associated bubbles.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public BubbleLabelAlignment LabelAlignment { get; set; }

Visual Basic  Copy Code

Public Property LabelAlignment As BubbleLabelAlignment

 Property Value

A member of the BubbleLabelAlignment enumeration.

 See Also