Back to Devexpress

BubbleLabelValueToDisplay Enum

wpf-devexpress-dot-xpf-dot-charts-0f8c5f0a.md

latest1.9 KB
Original Source

BubbleLabelValueToDisplay Enum

Lists the values used to specify the series point’s value to be displayed in the series point label of the 2D Bubble and 3D Bubble charts.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum BubbleLabelValueToDisplay
vb
Public Enum BubbleLabelValueToDisplay

Members

NameDescription
Weight

Identifies the series point’s Weight to be displayed in the series point label of the Bubble series.

| | Value |

Identifies the series point’s Value to be displayed in the series point label of the Bubble series.

| | ValueAndWeight |

Identifies both the series point’s Value and Weight (separated by a comma) to be displayed in the series point label of the Bubble series.

|

Remarks

The values listed by the BubbleLabelValueToDisplay enumeration are used to set the BubbleSeries2D.ValueToDisplay and BubbleSeries3D.ValueToDisplay properties.

See Also

BubbleSeries2D.ValueToDisplay

BubbleSeries3D.ValueToDisplay

DevExpress.Xpf.Charts Namespace