Version

GanttTaskBarRoundingBehavior Enumeration

Enumeration used to indicate when the Infragistics.Controls.Schedules.Primitives.GanttTaskPresenterBase of the XamGantt should be rounded to a whole day.
Syntax
'Declaration
 
Public Enum GanttTaskBarRoundingBehavior 
   Inherits System.Enum
public enum GanttTaskBarRoundingBehavior : System.Enum 
Members
MemberDescription
NeverThe bars will always be positioned based on their actual time.
WhenProjectTimeZoneMatchesLocalThe 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.
Requirements

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

See Also