ChartDirector 7.1 (.NET Edition)

DiscreteHeatMapLayer.setCellGap


Usage

[C#]public void setCellGap(int gap);
[VB]Public Sub setCellGap(gap As Integer)

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