LabelWidth Property
The LabelWidth property returns or sets the axis tick label Width property. This controls the maximum width of labels in page unit values.
Syntax
object.LabelWidth
object.LabelWidth = LabelWidth
Parameter | Type | Description |
LabelWidth | Double | required, label width value |
Example
This example demonstrates how to set the tick label width.
TickLabels.LabelWidth = 0.5
Used by: AutoAxisTickLabels object