Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ReductionStockOptions ReductionOptions { get; }

Property Value

Type Description
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