Back to Devexpress

BubbleSeriesLabel.ValueToDisplay Property

corelibraries-devexpress-dot-xtracharts-dot-bubbleserieslabel-90d2a2f0.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the TextPattern property instead.")]
public BubbleLabelValueToDisplay ValueToDisplay { get; set; }
vb
<Obsolete("This property is obsolete now. Use the TextPattern property instead.")>
<Browsable(False)>
Public Property ValueToDisplay As BubbleLabelValueToDisplay

Property Value

TypeDescription
BubbleLabelValueToDisplay

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

|

Available values:

NameDescription
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

BubbleSeriesLabel Class

BubbleSeriesLabel Members

DevExpress.XtraCharts Namespace