CandleStickReductionOptionsModel.FillMode Property
Gets or sets the value of the CandleStickReductionOptions.FillMode within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
CandleStickFillMode | The specified fill mode. |
Available values:
Name | Description |
---|---|
FilledOnReduction | A candle is filled if its open value is greater than its close value. |
FilledOnIncrease | A candle is filled if its close value is greater than or equal to its open value. |
AlwaysEmpty | Candles are always empty. |
AlwaysFilled | Candles are always filled. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to FillMode |
---|---|
CandleStickSeriesViewModel |
|
See Also