PolygonSeriesIntersectionsAllowed Property |
LightningChart .NET Help
Intersections of poligon lines is allowed
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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