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...")
 
Line 1: Line 1:
= Description =
+
= property int [[CATable]]::GraphHeight =
  
Controls the height of the graph image returned by GraphToStream or GraphToFile.
+
== Description ==
  
=Data type =
+
Controls the height of the graph image returned by [[CATable::GraphToStream|GraphToStream]] or [[CATable::GraphToFile|GraphToFile]].
 +
 
 +
== Data type ==
  
 
integer (number of pixels)
 
integer (number of pixels)
  
=Access =
+
== Access ==
  
read/write
+
get or set
  
=Usage =
+
== Usage ==
  
 
  tab.GraphHeight = 300
 
  tab.GraphHeight = 300
  
= See Also =
+
== See Also ==
  
 
* [[CATable::GraphWidth]]
 
* [[CATable::GraphWidth]]
 
* [[CATable::GraphToFile]]
 
* [[CATable::GraphToFile]]
 
* [[CATable::GraphToStream]]
 
* [[CATable::GraphToStream]]

Revision as of 22:24, 15 February 2012

property int CATable::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.