Enum TickLabelAlignmentType

Enum TickLabelAlignmentType

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

Rappresenta il tipo di allineamento del testo per le etichette dei tick sull’asse

public enum TickLabelAlignmentType

Campi

Center = 0

Rappresenta che il testo deve essere centrato.

Left = 1

Rappresenta che il testo deve essere allineato a sinistra.

Right = 2

Rappresenta che il testo deve essere allineato a destra.

 Italiano