Click or drag to resize

AxisPolarBaseAmplitudeReversed Property

LightningChart .NET Help
Amplitude Axis direction is reversed. If false, amplitudes increase from center to edge, if true, they increase from edge to center. Does not affect the angular axis in any way.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool AmplitudeReversed { get; set; }

Property Value

Type: Boolean
See Also