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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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 axis label’s font size.

See Also

Reference

TickLabels Interface

TickLabels Members

Microsoft.Office.Interop.Excel Namespace