Link Search Menu Expand Document

Graph.SetYAxis Method

Explanation Set the display method for the vertical axis of the graph.
Call format Graph1.SetYAxis( label, format, min, max, grid )
Return value None
Arguments String label Label displayed on the vertical axis
String format Edit method of the numerical value to be displayed on the vertical scale
Specify it as a character string in the same format as the Format property.
Number min Minimum value to graph
Number max Maximum value to graph
integer grid -1 : Hide the scale line on the vertical axis
0 : Auto-display the scale line on the vertical axis
> 0 : Scales on the vertical axis are displayed at specified intervals
Exception None
Example of use
    
Related item SetXAxis method