CandleStickReductionOptions Class
Contains settings configuring the price reduction indication within the Candle Stick series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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