Click or drag to resize

PointLineSeriesPolarClosedLine Property

LightningChart .NET Help
Determines whether series is drawn as polygon instead of polyline, i.e. line is drawn from last point to first.

Namespace:  Arction.Wpf.Charting.SeriesPolar
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool ClosedLine { get; set; }

Property Value

Type: Boolean
See Also