ChartDirector 7.1 (C++ Edition)

ViewPortControlBase.setViewPortExternalColor


Usage

void setViewPortExternalColor(int 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