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