TitleAlongLine Property
The TitleAlongLine property returns/sets if the plot title is parallel to the plot line. Returns a Boolean.
Syntax
object.TitleAlongLine
object.TitleAlongLine =TitleAlongLine
Parameter | Type | Description |
TitleAlongLine | Boolean | required |
Example
This example shows how the title parallel to the plot line.
AutoLinePlot.TitleAlongLine = True
Used by: AutoPlot object