[C#] | public void setLayerGap(double layerGap); |
[VB] | Public Sub setLayerGap(layerGap As Double) |
ChartDirector 7.1 (.NET Edition)
PyramidChart.
Usage
[C#] | public void setLayerGap(double layerGap); |
[VB] | Public Sub setLayerGap(layerGap As Double) |
Description
Arguments
Argument | Default | Description |
---|---|---|
layerGap | (Mandatory) | The gap between layers as a ratio to the height of the pyramid. The gap must be greater than or equals 0. The sum of all gaps must be less than 1. |
Return Value