Skip to main content

graphXLines

Type

property

Summary

Whether horizontal grid lines are displayed

Syntax

set the graphXLines of <widget> to { true | false }
get the graphXLines of <widget>

Description

If true, the graph widget will draw horizontal grid lines on the graph. The number and spacing of the grid lines is determined automatically.

Value

NameTypeDescription

value

True if grid lines should be shown; false otherwise

property: graphYLines