[VB] | Public Function getXCoor(r As Double, a As Double) As Integer |
[C#] | public int getXCoor(double r, double a); |
ChartDirector 5.1 (.NET Edition)
PolarChart.getXCoor
Usage
[VB] | Public Function getXCoor(r As Double, a As Double) As Integer |
[C#] | public int getXCoor(double r, double a); |
Description
Arguments
Argument | Default | Description |
---|---|---|
r | (Mandatory) | The radial coordinate of the point. |
a | (Mandatory) | The angular coordinate of the point. |
Return Value