ChartDirector 7.1 (C++ Edition)

CViewPortControl.setChart


Usage

void setChart(BaseChart *c);

Description

Sets a BaseChart object for displaying in the control. The chart usually is an overall chart that includes the full data range.

Arguments

ArgumentDefaultDescription
c(Mandatory)The BaseChart object to be displayed.

Return Value

None