FinancialSeries2D.GetValueToDisplay(PointOptions) Method
In This Article
Obsolete. Gets the value of the FinancialSeries2D.ValueToDisplay attached property for 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 StockLevel GetValueToDisplay(
PointOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
options | Point |
The Point |
#Returns
Type | Description |
---|---|
Stock |
The Financial |
See Also