Click or drag to resize

BoundsDoublePolarSetValues Method

LightningChart .NET Help
Set all values.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void SetValues(
	double aMin,
	double rMin,
	double aMax,
	double rMax
)

Parameters

aMin
Type: SystemDouble
Angle min value
rMin
Type: SystemDouble
Radius min value
aMax
Type: SystemDouble
Angle max value
rMax
Type: SystemDouble
Radius max value
See Also