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