Link Search Menu Expand Document

Graph.SetXAxis Method

Explanation Set the display method for the horizontal axis of the graph.
Call format Graph1.SetXAxis( label, grid )
Return value None
Arguments String labelLabel displayed on the horizontal axis
integer grid 1 : Hide the scale line on the horizontal axis
0 : Display the scale line on the horizontal axis
Exception None
Example of use
    
Related item setyaxis method