ChartDirector 7.1 (C++ Edition)

DiscreteHeatMapLayer.setCellGap


Usage

void setCellGap(int gap);

Description

Sets the gap between cells.

By default, the cells will touch each others with no gap in between.

Arguments

ArgumentDefaultDescription
gap(Mandatory)The gap between cells in pixels.

Return Value

None