Click or drag to resize

AxisRoundBaseMarginOuter Property

LightningChart .NET Help
Gets or sets outer margin. This is a dependency property. 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.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(5)]
public int MarginOuter { get; set; }

Property Value

Type: Int32
See Also