AxisPolarBaseUsePreviousAxisDiameter Property |
LightningChart .NET Help
Defines if the axis shares the same space with the previous axis
in the view's axis collection. If the OuterMargin, font size,
TickMark location and other angular axis position affecting
settins are the same as with the previous axis, the axis lines are
aligned.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool UsePreviousAxisDiameter { get; set; }<DefaultValueAttribute(false)>
Public Property UsePreviousAxisDiameter As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool UsePreviousAxisDiameter {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also