[VB] | Public Sub setOverlapRatio(overlapRatio As Double [, firstOnTop As Boolean ]) |
[C#] | public void setOverlapRatio(double overlapRatio [, bool firstOnTop ]); |
ChartDirector 5.1 (.NET Edition)
BarLayer.setOverlapRatio
Usage
[VB] | Public Sub setOverlapRatio(overlapRatio As Double [, firstOnTop As Boolean ]) |
[C#] | public void setOverlapRatio(double overlapRatio [, bool firstOnTop ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
overlapRatio | (Mandatory) | The overlapping ratio between adjacent bars in a bar group. Should be between 0 to 1. |
firstOnTop | true | If this value is true, the first data set will be on top of the second data during overlapping, and the second data set will be on top of the third data set, and so on. If this value is false, then the overlapping order will be reversed. |
Return Value