[VB] | Public Sub setDataGap(gap As Double) |
[C#] | public void setDataGap(double gap); |
ChartDirector 5.1 (.NET Edition)
BaseBoxLayer.setDataGap
Usage
[VB] | Public Sub setDataGap(gap As Double) |
[C#] | public void setDataGap(double gap); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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