Click or drag to resize

PointLineSeriesPolarClosedLine Property

LightningChart .NET Help
Gets or sets whether series is drawn as polygon instead of polyline, i.e. line is drawn from last point to first. This is a dependency property.

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

Property Value

Type: Boolean
See Also