Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GanttTimescaleUnit Enum

Enumerates values that specify time intervals that correspond to a single unit on the time scale.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.2.dll

NuGet Package: DevExpress.Win.Gantt

#Declaration

public enum GanttTimescaleUnit

#Members

Name Description
Millisecond

A single unit corresponds to a millisecond.

Second

A single unit corresponds to a second.

Minute

A single unit corresponds to a minute.

Hour

A single unit corresponds to an hour.

Day

A single unit corresponds to a day.

Week

A single unit corresponds to a week.

Month

A single unit corresponds to a month.

Quarter

A single unit corresponds to a quarter of the year.

HalfYear

A single unit corresponds to a half of the year.

Year

A single unit corresponds to a year.

#Remarks

The GanttTimescaleUnit type is used to specify the following properties:

See Also