Skip to main content

BootstrapChartArgumentAxisBuilder.MinValue(Object) Method

OBSOLETE

Use the VisualRangeStart property instead

Coupled with the BootstrapChartArgumentAxisBuilder.MaxValue option, 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 BootstrapChartArgumentAxisBuilder MinValue(
    object visualRangeStart
)

Parameters

Name Type
visualRangeStart 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