SectorClipInsideGraph Property |
LightningChart .NET Help
Defines if the sector is drawn outside the main chart circle.
Namespace:
Arction.WinForms.Charting.SeriesPolar
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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