Difference between revisions of "CATable::GraphHeight"
(Marked this version for translation) |
|||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
− | = property int GraphHeight = | + | = property int GraphHeight = <!--T:1--> |
− | == Description == | + | == Description == <!--T:2--> |
+ | <!--T:3--> | ||
Controls the height of the graph image returned by [[CATable::GraphToStream|GraphToStream]] or [[CATable::GraphToFile|GraphToFile]]. | Controls the height 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.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> | </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