Skip to main content

BubbleLabelValueToDisplay Enum

Lists the values used to specify, which series value(s) to display in labels of Bubble charts.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public enum BubbleLabelValueToDisplay

#Members

Name Description
Weight

The series labels reflect the point's BubbleSeries2D.Weight.

Value

The series labels reflect the point's SeriesPoint.Value.

ValueAndWeight

The series labels reflect both the point's SeriesPoint.Value and BubbleSeries2D.Weight (separated by a comma).

#Remarks

The values listed by the BubbleLabelValueToDisplay enumeration are used to set the BubbleSeries2D.ValueToDisplay property.

See Also