AxisPolarBaseAmplitudeReversed Property |
LightningChart .NET Help
Amplitude Axis direction is reversed. If false, amplitudes increase from centre to edge, if true, they increase from edge to centre.
Does not affect the angular axis in any way.
This is a dependency property.
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 AmplitudeReversed { get; set; }<DefaultValueAttribute(false)>
Public Property AmplitudeReversed As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool AmplitudeReversed {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also