Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Describes the position of tick-mark labels on the specified axis.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TickLabelPosition As XlTickLabelPosition
Get
Set
'Usage
Dim instance As Axis
Dim value As XlTickLabelPosition
value = instance.TickLabelPosition
instance.TickLabelPosition = value
XlTickLabelPosition TickLabelPosition { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlTickLabelPosition
Remarks
XlTickLabelPosition can be one of these XlTickLabelPosition constants:
xlTickLabelPositionLow
xlTickLabelPositionNone
xlTickLabelPositionHigh
xlTickLabelPositionNextToAxis
You cannot use the xlTickLabelPositionHigh constant on 3-D charts.