ChartDirector 7.0 (Java Edition)

ViewPortControl.setViewPortExternalColor


Usage

public void setViewPortExternalColor(java.awt.Color color)

Description

Sets the fill color for the region outside the viewport.

Arguments

ArgumentDefaultDescription
color(Mandatory)The fill color for the region outside the viewport. The default is semi-transparent white (7FFFFFFF) to dim out the region.

Return Value

None