TitleYOffset Property

The TitleYOffset property returns or sets the Y offset for the plot title. Returns a Double

Syntax

object.TitleYOffset

object.TitleYOffset = TitleYOffset

 

Parameter Type Description
TitleYOffset Double required, Value in page units for Y position offset. Positive values move the title up. Negative values move the title down.

 

Example

This example sets the Y offset to .75 page unit for a plot title.

AutoLinePlot.TitleYOffset = 0.75

 

Used by: AutoPlot object