Skip to main content

BootstrapChartValueAxisBuilder.MinValue(Object) Method

OBSOLETE

Use the VisualRangeStart property instead

Coupled with the BootstrapChartValueAxisBuilder.MaxValue 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 VisualRangeStart property instead")]
[Browsable(false)]
public BootstrapChartValueAxisBuilder MinValue(
    object visualRangeStart
)

Parameters

Name Type
visualRangeStart Object

Returns

Type
BootstrapChartValueAxisBuilder

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