ChartDirector 7.1 (C++ Edition)

ViewPortControlBase.setChart


Usage

void setChart(BaseChart *c);

Description

Sets the BaseChart object to be displayed in the viewport control.

Arguments

ArgumentDefaultDescription
c(Mandatory)The BaseChart object to be displayed in the viewport control.

Return Value

None