A newer version of this page is available.
BootstrapChartAxisSettings.MaxValue Property
Obsolete. Coupled with the BootstrapChartAxisSettings.MinValue option, focuses the widget on a specific chart segment. Applies only to the axes of the "continuous" and "logarithmic" type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(null)]
[Browsable(false)]
[Obsolete("Use the VisualRangeEnd property instead")]
public virtual object MaxValue { get; set; }
<DefaultValue(Nothing)>
<Browsable(False)>
<Obsolete("Use the VisualRangeEnd property instead")>
Public Overridable Property MaxValue As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object that specifies the maximum value. |
Remarks
The BootstrapChartAxisSettings.MinValue and MaxValue properties specify custom limits for the value axis, thus focusing the widget on a specific chart segment. These options equal to the minimum and maximum values on the axis, by default.
See Also
Feedback