AngledTitle Property

The AngledTitle property returns or sets the display of angled axis titles on 3D axes. Returns a Boolean.

Syntax

object.AngledTitle

object.AngledTitle = AngledTitle

 

Parameter Type Description
AngledTitle Boolean required, false by default (title is parallel to the screen rather than parallel to the axis)

 

Example

This example shows how to add an axis title and make the title parallel to the axis.

XAxis.title.text = "X Axis Title"

XAxis.AngledTitle = True

 

Used by: Auto3DAxis object