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

BubbleSeries3D.SetValueToDisplay(PointOptions, BubbleLabelValueToDisplay) Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

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