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).
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(AxisAngleType), "Relative")]
public AxisAngleType AmplitudeAxisAngleType { get; set; }<DefaultValueAttribute(GetType(AxisAngleType), "Relative")>
Public Property AmplitudeAxisAngleType As AxisAngleType
Get
Set
public:
[DefaultValueAttribute(typeof(AxisAngleType), L"Relative")]
property AxisAngleType AmplitudeAxisAngleType {
AxisAngleType get ();
void set (AxisAngleType value);
}Property Value
Type:
AxisAngleType
See Also