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; }<DefaultValueAttribute(false)>
Public Property ClosedLine As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ClosedLine {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also