FinancialDrawOptions.ReductionOptions Property
In This Article
Gets the financial series view’s reduction stock options when implementing custom drawing in the chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ReductionStockOptions ReductionOptions { get; }
#Property Value
Type | Description |
---|---|
Reduction |
A Reduction |
#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