Skip to main content
A newer version of this page is available. .

TimelineScaleHeaders.GetBaseTimeScale() Method

Gets the time scale having the minimum time interval among enabled scales.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v21.2.Reporting.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SchedulerReporting

Declaration

public TimeScale GetBaseTimeScale()

Returns

Type Description
TimeScale

A TimeScale object.

See Also