Difference between revisions of "CATable::GraphWidth"
(Created page with "<< Back to CATable = property int GraphWidth = == Description == Controls the width of the graph image returned by GraphToStream or [[CA...") |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[CATable | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | ||
+ | <languages /> | ||
+ | <translate> | ||
+ | = property int GraphWidth = <!--T:1--> | ||
− | + | == Description == <!--T:2--> | |
− | |||
− | == Description == | ||
+ | <!--T:3--> | ||
Controls the width of the graph image returned by [[CATable::GraphToStream|GraphToStream]] or [[CATable::GraphToFile|GraphToFile]]. | Controls the width of the graph image returned by [[CATable::GraphToStream|GraphToStream]] or [[CATable::GraphToFile|GraphToFile]]. | ||
− | == Data type == | + | == Data type == <!--T:4--> |
+ | <!--T:5--> | ||
integer (number of pixels) | integer (number of pixels) | ||
− | == Access == | + | == Access == <!--T:6--> |
+ | <!--T:7--> | ||
get or set | get or set | ||
− | == Usage == | + | == Usage == <!--T:8--> |
− | tab.GraphWidth = 500 | + | <!--T:9--> |
+ | tab.GraphWidth = 500 | ||
− | == See Also == | + | == See Also == <!--T:10--> |
+ | <!--T:11--> | ||
* [[CATable::GraphHeight]] | * [[CATable::GraphHeight]] | ||
* [[CATable::GraphToFile]] | * [[CATable::GraphToFile]] | ||
* [[CATable::GraphToStream]] | * [[CATable::GraphToStream]] | ||
+ | </translate> |
Latest revision as of 00:59, 16 June 2015
ADE User Guide > ADE Server Class Reference > CATable
property int GraphWidth
Description
Controls the width of the graph image returned by GraphToStream or GraphToFile.
Data type
integer (number of pixels)
Access
get or set
Usage
tab.GraphWidth = 500
See Also
Comments
Enable comment auto-refresher