Skip to main content

CandleStickSeriesViewModel.ReductionOptions Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public CandleStickReductionOptionsModel ReductionOptions { get; }

Property Value

Type Description
CandleStickReductionOptionsModel

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

See Also