A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public ReductionStockOptions ReductionOptions { get; }
Public ReadOnly Property ReductionOptions As ReductionStockOptions
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
Feedback