Difference between revisions of "CATable::GraphHeight"

(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[CATable|<< Back to CATable]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]]
 +
<languages />
 +
<translate>
 +
= property int GraphHeight = <!--T:1-->
  
= property int GraphHeight =
+
== Description == <!--T:2-->
 
 
== Description ==
 
  
 +
<!--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>

Latest revision as of 00:58, 16 June 2015

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

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


You are not allowed to post comments.