Table of Contents

Enum TickLabelPositionType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Represents enum of chart tick label position values.

public enum TickLabelPositionType

Fields

TickLabelPositionHigh = 2

Represents high label position.

TickLabelPositionLow = 1

Represents low label position.

TickLabelPositionNextToAxis = 3

Represents nex to axis label position.

TickLabelPositionNone = 0

Represents none label position.