TitleHAlign Property
The TitleHAlign property returns or sets the plot title horizontal alignment. Returns a grfHAlignment.
Syntax
object.TitleHAlign
object.TitleHAlign =TitleHAlign
Parameter | Type | Description |
TitleHAlign | grfHAlignment | required, align title to the left, center, or right |
Example
This example aligns the plot title on the left
'Set TitleHAlign
LineScatterPlot.TitleHAlign = grfAlignLeft
Used by: AutoPlot object