ChartDirector 7.0 (ASP/COM/VB Edition)
ChartDirector.API.xySize
Usage
xySize(width, height)
Description
Encode width and height into a single number to be used as size. This is intended to be used in certain ChartDirector API that that supports the encoded value.
Arguments
Argument | Default | Description |
width | (Mandatory) | An integer between 0 and 30000. |
height | (Mandatory) | An integer between 0 and 30000. |
Return Value
A number that encodes the width and height.
© 2021 Advanced Software Engineering Limited. All rights reserved.