AxisTickLabels

AxisTickLabels

Overview

AxisTickLabels is a class in Aspose.Words FOSS for .NET. Inherits from: IChartItemTextProperties.

Represents properties of axis tick mark labels.

Properties: Alignment, Font, IsAutoSpacing, Offset, Orientation, Position, and 2 more.

Properties

NameTypeAccessDescription
PositionAxisTickLabelPositionRead/WriteGets or sets the position of the tick labels on the axis.
OffsetintRead/WriteGets or sets the distance of the tick labels from the axis.
SpacingintRead/WriteGets or sets the interval at which the tick labels are drawn.
IsAutoSpacingboolRead/WriteGets or sets a flag indicating whether to use automatic interval for drawing the tick labels.
AlignmentParagraphAlignmentRead/WriteGets or sets text alignment of the axis tick labels.
OrientationShapeTextOrientationRead/WriteGets or sets the orientation of the tick label text.
RotationintRead/WriteGets or sets the rotation of the tick labels in degrees.
FontFontReadProvides access to font formatting of the tick labels.

See Also