graphYLines
Type
property
Summary
Whether vertical grid lines are displayed
Syntax
set the graphYLines of <widget> to { true | false }
get the graphYLines of <widget>
Description
If true, the graph widget will draw vertical grid lines on the graph. The number and spacing of the grid lines is determined automatically.
Value
Name | Type | Description |
---|---|---|
value | True if grid lines should be shown; false otherwise |
Related
property: graphXLines