yTitle.visible

Sets the visibility of the Y-axis title.

Type

Boolean

Example

Chart1.yTitle.visible = false;

Either syntax below can be used in component script:

yTitle.visible             // unqualified
Chart1.yTitle.visible      // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.