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

CandleStickReductionOptions Class

Contains settings configuring the price reduction indication within the Candle Stick series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class CandleStickReductionOptions :
    ReductionStockOptions

The following members return CandleStickReductionOptions objects:

Remarks

The CandleStickReductionOptions object is accessed using the CandleStickSeriesView.ReductionOptions property. Use these options to specify CandleStickReductionOptions.FillMode of Candle Stick chart points.

Inheritance

Object
ChartElement
ReductionStockOptions
CandleStickReductionOptions
See Also