YAxesStyle Property

The YAxesStyle property allows you to specify a style for the Y axis in a LineChart or XYChart Enhanced Chart.

Syntax

object.YAxesStyle [= enumYAxesStyle]

Properties

The YAxesStyle property syntax has these parts:

Part

Description

object

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

enumYAxesStyle

An enumeration which represents the type of Y axis to use for this chart:

  • Multiple (1) (Default)
  • Stack (2)
  • SingleAxis (3)

 

Applies To