[C#] | public static int PolygonShape(int side); |
[VB] | Public Shared Function PolygonShape(side As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int PolygonShape(int side); |
[VB] | Public Shared Function PolygonShape(side As Integer) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
side | (Mandatory) | The number of sides the polygon has. |
Return Value