MindFusion.Wpf Pack Programmer's Guide
BubbleLabelType Enumeration
See Also
 





Specifies the types of labels that can be drawn at the bubbles in a bubble chart.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  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

MindFusion.Charting.Wpf Namespace