AxisTickLabels

AxisTickLabels class

Represents properties of axis tick mark labels.

public class AxisTickLabels

Properties

NameDescription
Alignment { get; set; }Gets or sets text alignment of the axis tick labels.
Font { get; }Provides access to font formatting of the tick labels.
IsAutoSpacing { get; set; }Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels.
Offset { get; set; }Gets or sets the distance of the tick labels from the axis.
Position { get; set; }Gets or sets the position of the tick labels on the axis.
Spacing { get; set; }Gets or sets the interval at which the tick labels are drawn.

See Also