Skip to main content
All docs
V25.1
  • TimeScale(TimeScaleUnit, Int32) Constructor

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

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public TimeScale(
        TimeScaleUnit unit,
        int count
    )

    Parameters

    Name Type Description
    unit TimeScaleUnit

    A DevExpress.Xpf.Scheduling.TimeScaleUnit enumeration value that specifies the time scale measure unit.

    count Int32

    The number of measure units in a single division of the scale.

    See Also