Click or drag to resize

SectorClipInsideGraph Property

LightningChart .NET Help
Defines if the sector should be drawn outside the main chart circle (clipped).

Namespace:  Arction.Wpf.ChartingMVVM.SeriesPolar
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool ClipInsideGraph { get; set; }

Property Value

Type: Boolean
See Also