YAxisAlwaysVisible Property

Specifies whether the Y axis for this data source is always visible in the Enhanced Chart (LineChart or XYChart).

NOTE: This property applies only when the YAxesStyle Property when is set to Multiple.

Syntax

object.YAxisAlwaysVisible [= Boolean]

Properties

The YAxisAlwaysVisible property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Specifies whether the Y axis for this data source is always visible.

Settings

The settings for Boolean are:

Value

Description

True

Allows you to make the Y axis always visible. (Default)

False

Leaves the Y axis not visible.

 

Applies To