PointLineSeries3DClosedLine Property |
LightningChart .NET Help
Connect end and start point by drawing line between them. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Series3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool ClosedLine { get; set; }Public Property ClosedLine As Boolean
Get
Set
public:
property bool ClosedLine {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also