LimitWidth Property
The LimitWidth property returns or sets the axis tick label Limit label width property.
Syntax
object.LimitWidth
object.LimitWidth = LimitWidth
Parameter | Type | Description |
LimitWidth | Boolean | required, true turns on limits for width of tick labels |
Example
This example demonstrates how to set the tick label width.
TickLabels.LimitWidth = true
Used by: AutoAxisTickLabels object