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.v24.1.dll
NuGet Package: 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