CandleStickSeriesView.ReductionOptions Property
In This Article
Returns the Candle Stick series view’s reduction options.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public CandleStickReductionOptions ReductionOptions { get; }
#Property Value
Type | Description |
---|---|
Candle |
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