AxisPolarBaseMarginInner Property |
LightningChart .NET Help
Inner margin between this and the next axis (the one inside this one).
Note that this does nothing if there is no axis inside this one.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(5)]
public int MarginInner { get; set; }<DefaultValueAttribute(5)>
Public Property MarginInner As Integer
Get
Set
public:
[DefaultValueAttribute(5)]
property int MarginInner {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also