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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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