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

CandleStickSeriesView.ReductionOptions Property

Returns the Candle Stick series view’s reduction options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public CandleStickReductionOptions ReductionOptions { get; }

Property Value

Type Description
CandleStickReductionOptions

The Candle Stick series view’s reduction options.

Remarks

ReductionOptions allows you to set a fill mode for the Candle Stick chart points using the CandleStickReductionOptions.FillMode property.

See Also