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

CandleStickSeriesViewModel.ReductionOptions Property

Returns the model of reduction options of the modeled candle stick series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public CandleStickReductionOptionsModel ReductionOptions { get; }

Property Value

Type Description
CandleStickReductionOptionsModel

The model of a candle stick series view’s reduction options.

See Also