ChartDirector 5.1 (C++ Edition)

MultiChart.setMainChart


Usage

void setMainChart(const BaseChart *c);

Description

Sets the chart that receives view port mouse actions (for zooming and scrolling support).

Arguments

ArgumentDefaultDescription
c(Mandatory)The chart that is to receive view port mouse actions.

Return Value

None