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.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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