Skip to main content

BootstrapChartSplineSeries.Width Property

Specifies the width of the series line in pixels.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(-1)]
public int Width { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the width.

See Also