ChartDirector 7.0 (ASP/COM/VB Edition)

TreeMapChart.setPlotArea


Usage

setPlotArea(x, y, width, 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