'Declaration Public Enum GanttTaskBarRoundingBehavior Inherits System.Enum
public enum GanttTaskBarRoundingBehavior : System.Enum
Member | Description |
---|---|
Never | The bars will always be positioned based on their actual time. |
WhenProjectTimeZoneMatchesLocal | The bars will be rounded to the day (when the smallest timescale interval is 1 day or more) or to the containing timescale interval (when the smallest timescale interval is less than 1 day) as long as the Project.CalculationTimeZoneId is the same as the Infragistics.Controls.Schedules.TimeZoneInfoProvider.LocalTimeZoneId. The start is only rounded when the start time matches the ProjectSettings.DefaultStartTime and the end is only rounded when the end time matches the ProjectSettings.DefaultFinishTime. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2