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; }<DefaultValueAttribute(true)>
Public Property ClipInsideGraph As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ClipInsideGraph {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also