ChartDirector 7.0 (Perl Edition)
Box.
Usage
Description
Constant | Value | Description |
---|---|---|
ChartBackZ | 0x100 | The z-order of the chart background. Objects at this z-order will be painted on the chart background. |
ChartFrontZ | 0xffff | The z-order of the front of the chart. Objects at this z-order will appear on top of all chart objects. |
PlotAreaZ | 0x1000 | The z-order of the plot area background. Objects at this z-order will be painted on the plot area background but behind other plot area objects (such as grid lines). |
GridLinesZ | 0x2000 | The z-order of the grid lines. Objects at this z-order will be painted after painting the grid lines. |
Arguments
Argument | Default | Description |
---|---|---|
z | (Mandatory) | The z-order of the object. |
Return Value