ChartDirector 7.1 (.NET Edition)

PieChart.PieChart


Usage

[C#]public PieChart(int width, int height [, int bgColor [, int edgeColor [, int raisedEffect ]]]);
[VB]Public Sub New(width As Integer, height As Integer [, bgColor As Integer [, edgeColor As Integer [, raisedEffect As Integer ]]])

Description

Creates a new PieChart object.

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the chart in pixels.
height(Mandatory)The height of the chart in pixels.
bgColorBackgroundColorThe background color of the chart.
edgeColorTransparentThe edge color of the chart.
raisedEffect0The 3D border width. For positive values, the border will appear raised. For negative values, the border will appear depressed. A zero value means the border will appear flat.

Return Value

The PieChart object created.