ChartDirector 7.0 (Perl Edition)
Layer.
Usage
Description
Constant | Value | Description |
---|---|---|
Side | 3 | The data sets are combined by plotting the data representation side by side. |
Stack | 1 | The data sets are combined by stacking up their data representations. |
Overlay | 0 | The data sets are combined by drawing them independently, overlapping each others. |
Percentage | 4 | The data sets are combined similar to the Stack method, except that the data is scaled so that each stack always summed up to 100. In other words, the region that a data item occupies in a stack represents the percentage of the data item relative to sum of all the data items in the stack. |
Arguments
Argument | Default | Description |
---|---|---|
m | (Mandatory) | one of the predefined constants representing the data combine method to use. |
Return Value