BoundsDoublePolarSetValues Method |
LightningChart .NET Help
Set all values.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetValues(
double aMin,
double rMin,
double aMax,
double rMax
)
Public Sub SetValues (
aMin As Double,
rMin As Double,
aMax As Double,
rMax As Double
)
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