Skip to main content

BubbleSeries2D.SetValueToDisplay(PointOptions, BubbleLabelValueToDisplay) Method

OBSOLETE

The ValueToDisplay property is obsolete now. Use the TextPattern property instead.

Sets the value of the BubbleSeries2D.ValueToDisplay attached property to a specified PointOptions.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Obsolete("The ValueToDisplay property is obsolete now. Use the SeriesLabel.TextPattern property instead.")]
public static void SetValueToDisplay(
    PointOptions options,
    BubbleLabelValueToDisplay valueToDisplay
)

Parameters

Name Type Description
options PointOptions

The point options to which the attached property is written.

valueToDisplay BubbleLabelValueToDisplay

The required BubbleLabelValueToDisplay value.

See Also