ChartDirector 5.1 (.NET Edition)

MultiChart.setMainChart


Usage

[VB] Public Sub setMainChart(c As BaseChart)
[C#] public void setMainChart(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