ChartDirector 7.0 (Java Edition)

TreeMapChart.setPlotArea


Usage

public void setPlotArea(int x, int y, int width, int height)

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