Back to Devexpress

CandleStickReductionOptionsModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-8adb069d.md

latest1.6 KB
Original Source

CandleStickReductionOptionsModel Class

The CandleStickReductionOptions model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(CandleStickReductionOptions))]
public class CandleStickReductionOptionsModel :
    ReductionStockOptionsModel
vb
<ModelOf(GetType(CandleStickReductionOptions))>
Public Class CandleStickReductionOptionsModel
    Inherits ReductionStockOptionsModel

The following members return CandleStickReductionOptionsModel objects:

Inheritance

Object ChartElementModel ReductionStockOptionsModel CandleStickReductionOptionsModel

See Also

CandleStickReductionOptionsModel Members

DevExpress.XtraCharts.Designer Namespace