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