ChartDirector 7.1 (C++ Edition)

Chart.PolygonShape


Usage

static int PolygonShape(int side);

Description

Gets the shape id that represents a polygon.

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.