AxisPolarBaseMarginInner Property |
LightningChart .NET Help
Gets or sets inner margin. This is a dependency property.
Inner margin is the distance 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.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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