TitleOffset Property
The TitleOffset property returns or sets the Title Offset of legend entries in page units. Returns a Double.
Syntax
object.TitleOffset
object.TitleOffset =TitleOffset
Parameter | Type | Description |
TitleOffset | Double | required, a value < 0 and > 1 |
Example
This example shows how to create a gap of 0.5 page units between the title and the first row of legend items.
Legend.TitleOffset = 0.5
Used by: AutoLegend object