Specifies the types of labels that can be drawn at the bubbles in a bubble chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum BubbleLabelType |
Visual Basic
Copy Code
|
|---|
Public Enum BubbleLabelType |
Members| Member name | Description | |
|---|---|---|
![]() |
CustomText |
The labels are set by the user. |
![]() |
Empty |
No labels are drawn. |
![]() |
Location |
The labels are the location of the chart data. |
![]() |
Size |
The labels are the numbers from the chart data. |
See Also