Skip to main content
All docs
V25.1
  • TickStepsData.LargeStep Field

    Specifies the ordinal number for large ticks.

    Namespace: DevExpress.Diagram.Core

    Assembly: DevExpress.Diagram.v25.1.Core.dll

    NuGet Package: DevExpress.Diagram.Core

    Declaration

    public int LargeStep

    Field Value

    Type Description
    Int32

    The ordinal number for large ticks.

    Remarks

    For example, if you set the LargeStep property to 10, every tenth ruler tick becomes large.

    See Also