Back to Devexpress

CandleStickReductionOptionsModel.FillMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-candlestickreductionoptionsmodel.md

latest2.3 KB
Original Source

CandleStickReductionOptionsModel.FillMode Property

Gets or sets the value of the CandleStickReductionOptions.FillMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public CandleStickFillMode FillMode { get; set; }
vb
Public Property FillMode As CandleStickFillMode

Property Value

TypeDescription
CandleStickFillMode

The specified fill mode.

|

Available values:

NameDescription
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 TypePath to FillMode
CandleStickSeriesViewModel

.ReductionOptions .FillMode

|

See Also

CandleStickReductionOptionsModel Class

CandleStickReductionOptionsModel Members

DevExpress.XtraCharts.Designer Namespace