Skip to main content
All docs
V26.1
  • CategoryAxis.TickLabelSkip Property

    Gets or sets the interval between displayed tick labels.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public int TickLabelSkip { get; set; }

    Property Value

    Type Description
    Int32

    An integer skip value. Default is 1.

    Remarks

    For additional information, refer to the following section: Specify Tick Mark Frequency.

    See Also