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