BreakAtSpaces Property
The BreakAtSpaces property returns or sets the axis tick label Break at spaces property. This controls whether multiple line labels are broken only at the spaces.
Syntax
object.BreakAtSpaces
object.BreakAtSpaces = BreakAtSpaces
Parameter | Type | Description |
BreakAtSpaces | Boolean | required, true to break only at spaces |
Example
This example demonstrates how to break multiple line tick labels only at spaces.
TickLabels.BreakAtSpaces = True
Used by: AutoAxisTickLabels object