ChartDirector 7.0 (Java Edition)

WebViewPortControl.WebViewPortControl


Usage

public WebViewPortControl(HttpServletRequest request, String id)

Description

Creates a new WebViewPortControl object.

Arguments

ArgumentDefaultDescription
request(Mandatory)The HttpServletRequest object representing the current request.
id(Mandatory)The id of the WebViewPortControl, which is also used as the id attribute of the <IMG> tag for displaying the chart. It should start with A-Z, a-z or underscore, and consists entirely of alphanumeric characters with no spaces

Return Value

The WebViewPortControl object created.