AxisRoundBaseMarginOuter Property |
LightningChart .NET Help
Outer margin around this axis.
Distance from the outmost axis item to the edge of the background.
The item is either the axis line or label, depending on TickMarkLocation
property.
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 MarginOuter { get; set; }<DefaultValueAttribute(5)>
Public Property MarginOuter As Integer
Get
Set
public:
[DefaultValueAttribute(5)]
property int MarginOuter {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also