AngledLabels Property
The AngledLabels property returns or sets the display of angled labels in 3D plots and on 3D axes. Returns a Boolean.
Syntax
object.AngledLabels
object.AngledLabels = AngledLabels
Parameter | Type | Description |
AngledLabels | Boolean | required, false by default (do not angle labels) |
Remarks
AngledLabels is not used with 3D XYY function plots (Auto3DView object).
Example
This example shows how to display plot labels parallel to the screen.
XYLine.View3D.AngledLabels = False
Used by: Auto3DAxis object, Auto3DView object, Auto3DXYZBarChart object, AutoXYZPlot object