PolygonSeriesIntersectionsAllowed Property |
LightningChart .NET Help
Intersections of polygon lines is allowed.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IntersectionsAllowed { get; set; }Public Property IntersectionsAllowed As Boolean
Get
Set
public:
property bool IntersectionsAllowed {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also