CandleStickReductionOptions Class
In This Article
Contains settings configuring the price reduction indication within the Candle Stick series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class CandleStickReductionOptions :
ReductionStockOptions
#Related API Members
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