corelibraries-devexpress-dot-xtracharts-dot-bubbleserieslabel-90d2a2f0.md
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.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the TextPattern property instead.")]
public BubbleLabelValueToDisplay ValueToDisplay { get; set; }
<Obsolete("This property is obsolete now. Use the TextPattern property instead.")>
<Browsable(False)>
Public Property ValueToDisplay As BubbleLabelValueToDisplay
| 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