ChartDirector Ver 3.0 (C++ Edition)

MultiChart.addChart


Usage

void addChart(int x, int y, BaseChart *c);

Description

Add a BaseChart object (or its subclass such as PieChart, XYChart and PolarChart) into the multi-chart.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x coodinate of a point in the multi-chart that is to align with the top-left corner of the added BaseChart.
y(Mandatory)The y coodinate of a point in the multi-chart that is to align with the top-left corner of the added BaseChart.
c(Mandatory)The BaseChart object to be added to the multi-chart.

Return Value

None