Skip to main content

FinancialSeries2D.GetValueToDisplay(PointOptions) Method

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 PointOptions

The PointOptions object from which the property value is read.

#Returns

Type Description
StockLevel

The FinancialSeries2D.ValueToDisplay property value for the point options.

See Also