BubbleSeries2D.SetValueToDisplay(PointOptions, BubbleLabelValueToDisplay) Method
In This Article
Obsolete. Sets the value of the BubbleSeries2D.ValueToDisplay attached property to a specified PointOptions.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[Obsolete("The ValueToDisplay propery is obsolete now. Use the SeriesLabel.TextPattern property instead.")]
public static void SetValueToDisplay(
PointOptions options,
BubbleLabelValueToDisplay valueToDisplay
)
#Parameters
Name | Type | Description |
---|---|---|
options | Point |
The Point |
value |
Bubble |
The required Bubble |
See Also