ChartDirector 7.0 (ASP/COM/VB Edition)
XYChart.
Usage
Description
Constant | Value | Description |
---|---|---|
Stack | 1 | The data sets are combined by stacking up the areas. |
Percentage | 4 | The data sets are combined similar to stacked area, except that the data are scaled so that the area always stacked up to 100. An area strip within the stacked area therefore represents the percentage of the data item relative to sum of all the data items in the stacked area. |
Arguments
Argument | Default | Description |
---|---|---|
dataCombineMethod | Stack | The method to combine the data sets together in the area layer. |
depth | 0 | The 3D depth of the area layer. |
Return Value