Skip to main content
A newer version of this page is available. .

FinancialSeries2D.SetValueToDisplay(PointOptions, StockLevel) Method

OBSOLETE

The ValueToDisplay property is obsolete now. Use the TextPattern property instead.

Sets the value of the FinancialSeries2D.ValueToDisplay attached property to a specified PointOptions.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Obsolete("The ValueToDisplay property is obsolete now. Use the SeriesLabel.TextPattern property instead.")]
public static void SetValueToDisplay(
    PointOptions options,
    StockLevel valueToDisplay
)

Parameters

Name Type Description
options PointOptions

The point options to which the attached property is written.

valueToDisplay StockLevel

The required StockLevel value.

See Also