ChartDirector 7.1 (.NET Edition)

BaseBoxLayer.setDataGap


Usage

[C#]public void setDataGap(double gap);
[VB]Public Sub setDataGap(gap As Double)

Description

Sets the symbol width by specifying the gap ratio between adjacent symbols.

Arguments

ArgumentDefaultDescription
gap(Mandatory)The gap between two adjacent symbols as the portion of the space between the midpoints of the elements. The gap must be in the range 0 - 1. A value of 0 (the default) means there is no gap between two adjacent symbols.

Return Value

None