Difference between revisions of "CATable::GraphWidth"

(Marked this version for translation)
 
Line 3: Line 3:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
= property int GraphWidth =
+
= property int GraphWidth = <!--T:1-->
  
== Description ==
+
== Description == <!--T:2-->
  
 +
<!--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>
 
</translate>

Latest revision as of 00:59, 16 June 2015

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

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


You are not allowed to post comments.