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
| Name | Type | Access | Description |
|---|---|---|---|
Position | AxisTickLabelPosition | Read/Write | Gets or sets the position of the tick labels on the axis. |
Offset | int | Read/Write | Gets or sets the distance of the tick labels from the axis. |
Spacing | int | Read/Write | Gets or sets the interval at which the tick labels are drawn. |
IsAutoSpacing | bool | Read/Write | Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels. |
Alignment | ParagraphAlignment | Read/Write | Gets or sets text alignment of the axis tick labels. |
Orientation | ShapeTextOrientation | Read/Write | Gets or sets the orientation of the tick label text. |
Rotation | int | Read/Write | Gets or sets the rotation of the tick labels in degrees. |
Font | Font | Read | Provides access to font formatting of the tick labels. |