Skip to main content
All docs
V23.2

TickStepsData.LargeStep Field

Specifies the ordinal number for large ticks.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.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