[VB] | Public Sub addChart(x As Integer, y As Integer, c As BaseChart) |
[C#] | public void addChart(int x, int y, BaseChart c); |
ChartDirector 5.1 (.NET Edition)
MultiChart.addChart
Usage
[VB] | Public Sub addChart(x As Integer, y As Integer, c As BaseChart) |
[C#] | public void addChart(int x, int y, BaseChart c); |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of a point in the multi-chart that is to align with the top-left corner of the added BaseChart. |
y | (Mandatory) | The y coordinate 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