XlTickLabelPosition Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the position of tick-mark labels on the specified axis.

public enum class XlTickLabelPosition
[System.Runtime.InteropServices.Guid("964562FD-22B1-4E15-9931-C555434E6538")]
public enum XlTickLabelPosition
[<System.Runtime.InteropServices.Guid("964562FD-22B1-4E15-9931-C555434E6538")>]
type XlTickLabelPosition = 
Public Enum XlTickLabelPosition
Inheritance
XlTickLabelPosition
Attributes

Fields

xlTickLabelPositionHigh -4127

You should access and use this enumeration from the Excel primary interop assembly (PIA). Top or right side of the chart.

xlTickLabelPositionLow -4134

You should access and use this enumeration from the Excel primary interop assembly (PIA). Bottom or left side of the chart.

xlTickLabelPositionNextToAxis 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Next to axis (where axis is not at either side of the chart).

xlTickLabelPositionNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No tick marks.

Applies to