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