[C#] | public static int xySize(int width, int height); |
[VB] | Public Shared Function xySize(width As Integer, height As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int xySize(int width, int height); |
[VB] | Public Shared Function xySize(width As Integer, height As Integer) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | An integer between 0 and 30000. |
height | (Mandatory) | An integer between 0 and 30000. |
Return Value