Skip to main content

ReportTimelineView.GetBaseTimeScale() Method

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public TimeScale GetBaseTimeScale()

Returns

Type Description
TimeScale

A TimeScale object.

Remarks

Use this method to get access to the most detailed time scale of the Timeline view.

See Also