alignment property

AxisTickLabels.alignment property

Gets or sets text alignment of the axis tick labels.

@property
def alignment(self) -> aspose.words.ParagraphAlignment:
    ...

@alignment.setter
def alignment(self, value: aspose.words.ParagraphAlignment):
    ...

Remarks

This property has effect only for multi-line labels.

The default value is ParagraphAlignment.CENTER.

.

See Also