ChartDirector 7.1 (.NET Edition)

Chart.Polygon2Shape


Usage

[C#]public static int Polygon2Shape(int side);
[VB]Public Shared Function Polygon2Shape(side As Integer) As Integer

Description

Gets the shape id that represents a polygon in an alternative orientation.

Please refer to Shape Specification for samples and more information on using shapes in ChartDirector.

Arguments

ArgumentDefaultDescription
side(Mandatory)The number of sides the polygon has.

Return Value

An integer shape id representing the polygon in an alternative orientation.