Skip to main content

CircularLineSeries2D.Closed Property

Specifies whether the last point in a circular line series is joined with the first point to form a closed line.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool Closed { get; set; }

Property Value

Type Description
Boolean

true to join the last point in a series with the first point to form a closed line; otherwise, false;

Remarks

The Closed property is set to false by default.

The following table illustrates how the Closed property works.

Closed = false Closed= true
CircularLine - Closed - False CircularLine - Closed - True
See Also