BootstrapChartArgumentAxisBuilder.MaxValue(Object) Method
OBSOLETE
Use the VisualRangeEnd property instead
Coupled with the BootstrapChartArgumentAxisBuilder.MinValue method, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous“ and “logarithmic“ type.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
[Obsolete("Use the VisualRangeEnd property instead")]
[Browsable(false)]
public BootstrapChartArgumentAxisBuilder MaxValue(
object visualRangeEnd
)
Parameters
Name | Type |
---|---|
visualRangeEnd | Object |
Returns
Type |
---|
BootstrapChartArgumentAxisBuilder |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also