Alignment

AxisTickLabels.Alignment property

Gets or sets text alignment of the axis tick labels.

public ParagraphAlignment Alignment { get; set; }

Remarks

This property has effect only for multi-line labels.

The default value is Center.

.

See Also