Skip to main content
All docs
V23.2

TickStepsData(Double, Double, Int32, Int32) Constructor

Initializes a new instance of the TickStepsData class with specified settings.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public TickStepsData(
    double zoomLevel,
    double smallStep,
    int mediumStep,
    int largeStep
)

Parameters

Name Type Description
zoomLevel Double

The zoom level at which to apply the TickStepsData element.

smallStep Double

The number of pixels between adjacent ruler ticks.

mediumStep Int32

The ordinal number for medium ruler ticks.

largeStep Int32

The ordinal number for large ticks.

See Also