ViewPolarAxisAutoPlacement Property |
LightningChart .NET Help
Placement of Amplitude Axis is done automatically. If false, it will consider start angle as 0.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AxisAutoPlacement { get; set; }<DefaultValueAttribute(true)>
Public Property AxisAutoPlacement As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AxisAutoPlacement {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also