Click or drag to resize

AxisPolarBaseAmplitudeAxisAngleType Property

LightningChart .NET Help
Amplitude axis placement angle decider (with respect to mathematical origin i.e, absolute or user defined origin i.e, relative) 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(typeof(AxisAngleType), "Relative")]
public AxisAngleType AmplitudeAxisAngleType { get; set; }

Property Value

Type: AxisAngleType
See Also