[C#] | public void setPlotArea(int x, int y, int width, int height); |
[VB] | Public Sub setPlotArea(x As Integer, y As Integer, width As Integer, height As Integer) |
ChartDirector 7.1 (.NET Edition)
TreeMapChart.
Usage
[C#] | public void setPlotArea(int x, int y, int width, int height); |
[VB] | Public Sub setPlotArea(x As Integer, y As Integer, width As Integer, height As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of the top-left corner of the plot area. |
y | (Mandatory) | The y coordinate of the top-left corner of the plot area. |
width | (Mandatory) | The width of the plot area. |
height | (Mandatory) | The height of the plot area. |
Return Value