XAxisType Property

In an Enhanced Chart, specifies the type of x-axis the chart will display: time, point numbers, or point values.

Syntax

object.XAxisType [= enumViewingStyle]

Properties

The XAxisType property syntax has these parts:

Part

Description

object

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

enumViewingStyle

An enumeration that describes the type of x-axis the chart will display in the Enhanced Chart:

Valid entries:
0 – XAxisType_Time
1 – XAxisType_PointNumbers
2 – XAxisType_PointValues

Remarks

XAxisType is a read-only property.

 

Applies To