TitleVAlign Property
The TitleVAlign property returns or sets the plot title vertical alignment. Returns a grfVAlignment.
Syntax
object.TitleVAlign
objectTitleVAlign =TitleVAlign
Parameter | Type | Description |
TitleVAlign | grfVAlignment | required, align title above, center, or below |
Example
This example shows the plot title aligned in the center
'Set TitleVAlign
LineScatterPlot.TitleVAlign = grfAlignVCenter
Used by: AutoPlot object