Back to Devexpress

FinancialDrawOptions.ReductionOptions Property

corelibraries-devexpress-dot-xtracharts-dot-financialdrawoptions-558fef2d.md

latest1.6 KB
Original Source

FinancialDrawOptions.ReductionOptions Property

Gets the financial series view’s reduction stock options when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ReductionStockOptions ReductionOptions { get; }
vb
Public ReadOnly Property ReductionOptions As ReductionStockOptions

Property Value

TypeDescription
ReductionStockOptions

A ReductionStockOptions object which represents the options used to draw stock values in the financial series view.

|

Remarks

Use the ReductionOptions property to access and modify reduction stock options (such as the color, level and visibility) of the financial series view.

See Also

ReductionOptions

FinancialDrawOptions Class

FinancialDrawOptions Members

DevExpress.XtraCharts Namespace