AxisValue Property

The AxisValue property returns or sets axis date/time Axis value. Returns a Double.

Syntax

object.AxisValue

object.AxisValue = AxisValue

 

Parameter Type Description
AxisValue Double required, axis value

 

Example 1

This example shows how to set the axis value for date/time axes.

TickLabels.DateTime.axisValue = 4

Example 2

This example shows how to return the axis value for date/time axes.

Debug.Print TickLabels.DateTime.axisValue

 

Used by: AutoAxisDateTime object