Click or drag to resize

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; }

Property Value

Type: Int32
See Also