Click or drag to resize

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

Property Value

Type: Boolean
See Also