Share via


TickLabels.Offset Property

Returns or sets the distance between the levels of labels, and the distance between the first level and the axis line. Read/write 64-bit signed integer.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Offset As Integer
    Get
    Set
'Usage
Dim instance As TickLabels
Dim value As Integer

value = instance.Offset

instance.Offset = value
int Offset { get; set; }

Property Value

Type: System.Int32

Remarks

The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the font size of the axis label.

See Also

Reference

TickLabels Interface

TickLabels Members

Microsoft.Office.Interop.PowerPoint Namespace