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