ChartDirector 7.0 (Python Edition)

DiscreteHeatMapLayer.setCellGap


Usage

setCellGap(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