Skip to main content
A newer version of this page is available. .

BootstrapChartFullStackedLineSeries.Width Property

Specifies the width of the series line in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 -1

An integer value that specifies the width.

See Also