BubbleSeries3D.GetValueToDisplay(PointOptions) Method
OBSOLETE
This Method is obsolete now.
Gets the value of the BubbleSeries3D.ValueToDisplay attached property for specified PointOptions.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
[Obsolete]
public static BubbleLabelValueToDisplay GetValueToDisplay(
PointOptions options
)
Parameters
Name | Type | Description |
---|---|---|
options | PointOptions | The point options from which the property value is read. |
Returns
Type | Description |
---|---|
BubbleLabelValueToDisplay | The BubbleSeries3D.ValueToDisplay property value for the point options. |
See Also