[C#] | public void setPlotRegion(int cx, int cy, int xWidth, int yDepth, int zHeight); |
[VB] | Public Sub setPlotRegion(cx As Integer, cy As Integer, xWidth As Integer, yDepth As Integer, zHeight As Integer) |
ChartDirector 7.1 (.NET Edition)
ThreeDChart.
Usage
[C#] | public void setPlotRegion(int cx, int cy, int xWidth, int yDepth, int zHeight); |
[VB] | Public Sub setPlotRegion(cx As Integer, cy As Integer, xWidth As Integer, yDepth As Integer, zHeight As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
cx | (Mandatory) | The x pixel coordinate of the point on the image at which the center of the plot region is located. |
cy | (Mandatory) | The y pixel coordinate of the point on the image at which the center of the plot region is located. |
xWidth | (Mandatory) | The length of the x-dimension of the plot region in pixels. |
yDepth | (Mandatory) | The length of the y-dimension of the plot region in pixels. |
zHeight | (Mandatory) | The length of the z-dimension of the plot region in pixels. |
Return Value