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

BootstrapPolarChartSeries.Closed Property

Specifies whether to close the chart by joining the end point with the first point.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(true)]
public bool Closed { get; set; }

Property Value

Type Default Description
Boolean **true**

true to close the chart by joining the end point with the first point; otherwise, false.

See Also