Skip to main content
All docs
V26.1
  • TimeScale(TimeScaleUnit) Constructor

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

    Namespace: DevExpress.Xpf.Scheduling

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

    Declaration

    public TimeScale(
        TimeScaleUnit unit
    )

    Parameters

    Name Type Description
    unit TimeScaleUnit

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

    See Also