Skip to main content
All docs
V26.1
  • SeriesAxis.TickMarkSkip Property

    Gets or sets the number of categories skipped between tick marks.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int TickMarkSkip { get; set; }

    Property Value

    Type Description
    Int32

    An integer that specifies the number of categories skipped between tick marks.

    See Also