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

CandleStickSeries2D.SetFillMode(ReductionStockOptions, CandleStickFillMode) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static void SetFillMode(
    ReductionStockOptions options,
    CandleStickFillMode value
)

Parameters

Name Type Description
options ReductionStockOptions

The reduction options for which the fill mode should be specified.

value CandleStickFillMode

The specified mode specifying how candles will be filled.

See Also