Back to Devexpress

CandleStickSeriesView.ReductionOptions Property

corelibraries-devexpress-dot-xtracharts-dot-candlestickseriesview.md

latest1.9 KB
Original Source

CandleStickSeriesView.ReductionOptions Property

Returns the Candle Stick series view’s reduction options.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public CandleStickReductionOptions ReductionOptions { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property ReductionOptions As CandleStickReductionOptions

Property Value

TypeDescription
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

CandleStickSeriesView Class

CandleStickSeriesView Members

DevExpress.XtraCharts Namespace