Skip to main content

BootstrapChartBuilder.EqualBarWidth(Boolean) Method

OBSOLETE

Use the series' IgnoreEmptyPoints method instead.

Specifies whether all bars in a series must have the same width, or may have different widths if any points in other series are missing.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

[Obsolete("Use the series' IgnoreEmptyPoints method instead.")]
[Browsable(false)]
public BootstrapChartBuilder EqualBarWidth(
    bool equalBarWidth
)

Parameters

Name Type
equalBarWidth Boolean

Returns

Type
BootstrapChartBuilder

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