Click or drag to resize

SectorBorderStyle Enumeration

LightningChart .NET Help
Edge style.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesPolar
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum BorderStyle
Members
  Member nameValueDescription
None0 Border is not drawn.
Outer1 Border is drawn out of area.
Center2 Border is drawn in center of edge.
Inner3 Border is container in the sector draw area.
See Also