Enum TickLabelPositionType

Enum TickLabelPositionType

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

Stellt den Positionstyp der Tick-Mark-Labels auf der angegebenen Achse dar.

public enum TickLabelPositionType

Felder

High = 0

Positionstyp ist hoch.

Low = 1

Positionstyp ist niedrig.

NextToAxis = 2

Positionstyp ist neben der Achse.

None = 3

Positionstyp ist keiner.

 Deutsch