Click or drag to resize

SeriesBasePolarGetMinMaxFromAngleRange Method

LightningChart .NET Help
Get minimum and maximum amplitude values within given angle range

Namespace:  Arction.WinForms.Charting.SeriesPolar
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetMinMaxFromAngleRange(
	out double minAmplitude,
	out double maxAmplitude,
	double minAngle,
	double maxAngle
)

Parameters

minAmplitude
Type: SystemDouble
Minimum amplitude value
maxAmplitude
Type: SystemDouble
Maximum amplitude value
minAngle
Type: SystemDouble
Angle range start
maxAngle
Type: SystemDouble
Angle range end

Return Value

Type: Boolean
True if values were successfully detected
See Also