PointLineSeries3DClosedLine Property |
LightningChart .NET Help
Connects end and start point by drawing line between them.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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