Skip to main content
A newer version of this page is available. .
All docs
V20.2

TimeScale(TimeScaleUnit) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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