ChartDirector 7.1 (.NET Edition)

TreeMapChart.setPlotArea


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

Sets the position and size of the tree map plot area.

Arguments

ArgumentDefaultDescription
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

None