ShowXAxis Property

Specifies the combination of Grid, Labels, and Title to display on the X axis. Applies to all Enhanced Charts.

Syntax

object.ShowXAxis [=enumShowAxis ]

Properties

The ShowXAxis property syntax has these parts:

Part

Description

object

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

enumShowAxis

An enumeration that represents whether the labels and/or a title displays for the X axis in the Enhanced Chart.  

Valid entries:
Grid_Labels_Title (0) – Displays labels, grid, and a title on the X axis. (Default)
Grid_Title (1) – Displays the X axis title and grid.
Grid_Labels (2) – Displays the grid and labels for the X axis.
Grid_only (3) – Displays only the X axis grid.
Title_only (4) – Displays only the X axis title.

 

Applies To