AxisPolarBaseCoordToValue Method (Int32, Int32, Double, Double, Boolean) |
LightningChart .NET Help
Coordinate to value.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void CoordToValue(
int x,
int y,
out double angle,
out double amplitude,
bool UseDip = true
)
Public Sub CoordToValue (
x As Integer,
y As Integer,
<OutAttribute> ByRef angle As Double,
<OutAttribute> ByRef amplitude As Double,
Optional UseDip As Boolean = true
)
public:
void CoordToValue(
int x,
int y,
[OutAttribute] double% angle,
[OutAttribute] double% amplitude,
bool UseDip = true
)
Parameters
- x
- Type: SystemInt32
x-coordinate - y
- Type: SystemInt32
y-coordinate - angle
- Type: SystemDouble
Angle as degrees. - amplitude
- Type: SystemDouble
Value as axis units. - UseDip (Optional)
- Type: SystemBoolean
Flag useDip
See Also