Skip to main content
A newer version of this page is available. .

BubbleSeriesLabel.ValueToDisplay Property

OBSOLETE

This property is obsolete now. Use the TextPattern property instead.

Gets or sets which value to display in the series point’s label for the Bubble series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. Use the TextPattern property instead.")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public BubbleLabelValueToDisplay ValueToDisplay { get; set; }

Property Value

Type Description
BubbleLabelValueToDisplay

A BubbleLabelValueToDisplay object defining which value to display in a series point’s label.

Available values:

Name Description
Weight

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

Value

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

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 view.

See Also