Skip to main content

CandleStickSeries2D.GetFillMode(ReductionStockOptions) Method

Gets the value of the CandleStickSeries2D.FillMode attached property for the specified ReductionStockOptions.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static CandleStickFillMode GetFillMode(
    ReductionStockOptions options
)

Parameters

Name Type Description
options ReductionStockOptions

The reduction options for which the fill mode is obtained.

Returns

Type Description
CandleStickFillMode

The mode specifying how candles will be filled.

See Also