Enum TickLabelAlignmentType

Enum TickLabelAlignmentType

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

Representa el tipo de alineación de texto para las etiquetas de marcas en el eje

public enum TickLabelAlignmentType

Campos

Center = 0

Representa que el texto debe estar centrado.

Left = 1

Representa que el texto debe estar justificado a la izquierda.

Right = 2

Representa que el texto debe estar justificado a la derecha.

 Español