ChartDirector Ver 3.1 (PHP Edition Edition)
LineLayer.setSymbolScale
Usage
Description
| Constant | Value | Description |
|---|---|---|
| PixelScale | 0 | The size is expressed as pixels. |
| XAxisScale | 1 | The size is expressed using the x-axis scale. |
| YAxisScale | 2 | The size is expressed using the y-axis scale. |
Arguments
| Argument | Default | Description |
|---|---|---|
| zDataX | (Mandatory) | The sizes of the symbols at the x-axis direction, expressed using the unit defined by the scaleTypeX argument. |
| scaleTypeX | PixelScale | The unit for zDataX - must be one of the pre-defined constant PixelScale, XAxisScale or YAxisScale. |
| zDataY | [Empty_Array] | The sizes of the symbols at the y-axis direction, expressed using the unit defined by the scaleTypeY argument. An empty array means the sizes at the y-axis direction are the means as the sizes at the x-axis direction. |
| scaleTypeY | PixelScale | The unit for zDataY - must be one of the pre-defined constant PixelScale, XAxisScale or YAxisScale. |
Return Value