TitleXOffset Property
The TitleXOffset Property returns or sets the X offset for a plot title. Returns a Double.
Syntax
object.TitleXOffset
object.TitleXOffset = TitleXOffset
Parameter | Type | Description |
TitleXOffset | Double | required, Value in page units for X position offset. Positive values move the title to the right. Negative values move the title to the left. |
Example
This example shows sets the X offset to 0.5 page units for the plot title.
AutoLinePlot.TitleXOffset = 0.5
Used by: AutoPlot object