A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(true)]
public bool Closed { get; set; }
<DefaultValue(True)>
Public Property Closed As Boolean
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
Feedback