A newer version of this page is available.
Switch to the current version.
BootstrapChartFinancialSeriesBase.ReductionLevel Property
Specifies whether high, low, open or close prices of points should be compared.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(FinancialChartReductionLevel.Close)]
public FinancialChartReductionLevel ReductionLevel { get; set; }
<DefaultValue(FinancialChartReductionLevel.Close)>
Public Property ReductionLevel As FinancialChartReductionLevel
Property Value
Type | Default | Description |
---|---|---|
FinancialChartReductionLevel | Close |
One of the FinancialChartReductionLevel enumeration values. |
See Also
Feedback