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