Skip to main content
All docs
V24.1

TimeScale(TimeScaleUnit) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

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