Skip to main content

BootstrapChartBarSeriesBase.CornerRadius Property

Makes bar series look rounded.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(0)]
public int CornerRadius { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies a corner radius.

See Also