The GanttChartView type exposes the following members.

Constructors

  NameDescription
GanttChartView
Initializes a new GanttChartView instance.

Methods

  NameDescription
AddAssignmentOverloaded.
AddChild (Inherited from ItemsControl.)
AddHandlerOverloaded.
AddLogicalChild (Inherited from FrameworkElement.)
AddPredecessors
Adds predecessors to the specified task in the control based on a string value defining new predecessor indexes, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.
AddText (Inherited from ItemsControl.)
AddToEventRoute (Inherited from UIElement.)
AddVisualChild (Inherited from Visual.)
AddWorkingDayTimeBreak
Updates the NonworkingDayIntervalProvider definition to consider the specified day time break, such as for having lunch.
AddWorkingDayTimeBreaks
Updates the NonworkingDayIntervalProvider definition to consider the specified day time break(s), such as for having lunch.
ApplyAnimationClockOverloaded.
ApplyTemplate (Inherited from FrameworkElement.)
Arrange (Inherited from UIElement.)
ArrangeCore (Inherited from FrameworkElement.)
ArrangeOverride (Inherited from Control.)
AttachItem
Attaches the specified item to this control instance.
BeginAnimationOverloaded.
BeginInit (Inherited from ItemsControl.)
BeginStoryboardOverloaded.
BeginUpdateItems
Signals the beginning of a set of updates within the items collection, in order to temporarily remove automatic user interface refreshes during this time, for optimization purposes. When the updates are complete, call EndUpdateItems()()() method to refresh the user inteface and to revert to its standard behavior.
BringIntoViewOverloaded.
CanRedo
Returns a value indicating whether a redo operation can be performed in the control.
CanUndo
Returns a value indicating whether an undo operation can be performed in the control.
CaptureMouse (Inherited from UIElement.)
CaptureStylus (Inherited from UIElement.)
CaptureTouch (Inherited from UIElement.)
CheckAccess (Inherited from DispatcherObject.)
ClearContainerForItemOverride (Inherited from ItemsControl.)
ClearPredecessors
Removes all predecessors from the specified task in the control.
ClearScheduleCacheValues
Clears any previously computed and cached schedule based timing values when IsScheduleCachingEnabled is set to true (call it periodically to avoid high memory usage).
ClearUndoQueue
Clears the undo queue.
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
CollapseAll
Collapses all parent tasks in the hierarchy.
ContainerFromElement (Inherited from ItemsControl.)
ContinueAsyncPresentation
Continues asynchronous presentation data load, if it was in progress and paused.
DecreaseTimelinePage
Decreases the chart timeline page by subtracting UpdateTimelinePageAmount from TimelinePageStart and TimelinePageFinish.
DependsOf
Gets a value that indicates whether the specified item has another item as a direct or indirect, and an implicit or explicit predecessor in the hierarchy.
DisposeLoadChartItems
Disposes the LoadChartItem object collection originally obtained using GetLoadChartItems method.
DisposeNetworkDiagramItems
Disposes the NetworkDiagramItem object collection originally obtained using GetNetworkDiagramItems method.
DisposePertChartItems
Disposes the PertChartItem object collection originally obtained using GetPertChartItems method.
DisposeScheduleChartItems
Disposes the ScheduleChartItem object collection originally obtained using GetScheduleChartItems method.
EndInit (Inherited from ItemsControl.)
EndUpdateItems
Signals the end of a set of updates within the items collection initiated by a BeginUpdateItems()()() call, in order to refresh the user interface.
EnsureDependencyConstraintsOverloaded.
Equals (Inherited from DependencyObject.)
ExpandAll
Expands all parent tasks in the hierarchy.
Export
Prepares the control for export operations and executes the specified export action when the context is ready.
Finalize (Inherited from Object.)
FindCommonVisualAncestor (Inherited from Visual.)
FindName (Inherited from FrameworkElement.)
FindResource (Inherited from FrameworkElement.)
Focus (Inherited from UIElement.)
GetAllChildrenOverloaded.
GetAllocations
Iterates the time interval based allocations from standard tasks assigned to a specific resource within the control. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]"), or, in case of a Schedule Chart, formatted as an optional allocation percent (e.g.: "12.5%").
GetAllParentsOverloaded.
GetAnimationBaseValue (Inherited from UIElement.)
GetAssignedItems
Iterates the list of standard task assignments (defined as task items) for a specific resource within the control. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]"), or, in case of a Schedule Chart, formatted as an optional allocation percent (e.g.: "12.5%").
GetAssignedResourcesOverloaded.
GetAssignmentsOverloaded.
GetBarVisibility
Gets a value that indicates whether and how the bar of a specific task item is going to be displayed in the chart view. This is based on an item dependency property.
GetBindingExpression (Inherited from FrameworkElement.)
GetChildrenOverloaded.
GetCompletedEffort
Gets the completed effort based on the specified completion rate (value between 0 and 1), and effort values.
GetCompletedFinishOverloaded.
GetCompletionOverloaded.
GetComputedDecreaseTimelinePageButtonVisibility
Gets a Visibility value indicating whether the decrease timeline page button should be visible in the view.
GetComputedIncreaseTimelinePageButtonVisibility
Gets a Visibility value indicating whether the increase timeline page button should be visible in the view.
GetComputedWidth
Gets the computed width of the chart, based on the timeline page, the visible time intervals, and the hour width.
GetContainerForItemOverride (Inherited from ItemsControl.)
GetCriticalItemsOverloaded.
GetDateTime
Gets the date and time for the specified horizontal coordinate in the chart. The output value may be less than TimelinePageStart if the position is negative, or greater than TimelinePageFinish if the position is higher than ComputedWidth.
GetDependencyLineStroke
Gets the brush used to draw the lines representing dependencies from other tasks to the current task item in the chart.
GetDependencyType
Returns a dependency type based on the specified abbreviation string, such as an empty string, FS, SS, FF, or SF.
GetDependencyTypeAbbreviationString
Returns a string that may be used for displaying a representation of the specified dependency type.
GetEffortOverloaded.
GetExpandables
Iterates the expandable items in the hierarchical collection.
GetExportBitmapSourceOverloaded.
GetExportBitmapSources
Gets a set of bitmaps including the content of the control, split by a specified page size.
GetExportDrawingVisualOverloaded.
GetExportHorizontalLength
Gets the necessary horizontal page count for exporting the content considering the specified page size.
GetExportSizeOverloaded.
GetExportVerticalLength
Gets the necessary vertical page count for exporting the content considering the specified page size.
GetFinishOverloaded.
GetHashCode (Inherited from DependencyObject.)
GetHeaderBackground
Gets the default header background brush of the chart (may be overriden by custom Scale.HeaderBackground property values).
GetHeaderHeight
Gets the height of the header area of the chart.
GetIsBarReadOnly
Gets a value that indicates whether the user can edit the timing values of a specific task item in the control by drag and drop operations applied on its associated display bar. This is based on an item dependency property.
GetItemAt
Gets the item at the specified vertical coordinate in the chart. If there is no item at the specified position, returns null.
GetItemIndexAt
Gets the item index at the specified vertical coordinate in the chart. If there is no item at the specified position, it returns the appropriate index that the item would have, if it would exist.
GetItemTopOverloaded.
GetLagString
Returns a string that may be used for displaying a representation of the specified lag time.
GetLayoutClip (Inherited from FrameworkElement.)
GetLeaves
Iterates the leaf items in the hierarchical collection.
GetLoadChartItems
Gets a collection of LoadChartItem objects that may be used as an item collection within an associated ILoadChartView control. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]"), or, in case of a Schedule Chart, formatted as an optional allocation percent (e.g.: "12.5%").
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetMilestoneBarFill
Gets the brush used to fill the milestone task bar diamond of the current item in the chart (when using the default milestone task template).
GetMilestoneBarStroke
Gets the brush used to draw the borders of the milestone task bar diamond of the current item in the chart (when using the default milestone task template).
GetNetworkDiagramItems
Gets a collection of NetworkDiagramItem objects that may be used as an item collection within an associated INetworkDiagramView control.
GetNextNonworkingTimeOverloaded.
GetNextVisibleNonworkingTime
Gets the minimum date and time greater or equal than the specified date and time that is visible in the chart and considered as a nonworking time, determined based on the time not included in the working week and working day definitions, or included in the defined nonworking time intervals. If the resulting date and time cannot be less than TimelinePageFinish, then TimelinePageFinish is returned.
GetNextVisibleTime
Gets the minimum date and time greater or equal than the specified date and time that is visible in the chart, determined based on the visible week and visible day definitions. If the resulting date and time cannot be less than TimelinePageFinish, then TimelinePageFinish is returned.
GetNextVisibleWorkingTime
Gets the minimum date and time greater or equal than the specified date and time that is visible in the chart and considered as a working time, determined based on the visible week and visible day definitions, and working week and working day definitions, excluding the defined nonworking time intervals. If the resulting date and time cannot be less than TimelinePageFinish, then TimelinePageFinish is returned.
GetNextWorkingTimeOverloaded.
GetParentOverloaded.
GetPertChartItems
Gets a collection of PertChartItem objects that may be used as an item collection within an associated IPertChartView control.
GetPertCriticalItems
Enumerates items of the critical path determined considering Program Evaluation and Review Technique (PERT).
GetPosition
Gets the horizontal coordinate in the chart for the specified date and time. The output value may be negative if the date time is less than TimelinePageStart, or higher than ComputedWidth if the date time is greater than TimelinePageFinish.
GetPredecessorsOverloaded.
GetPredecessorsString
Returns a string that may be used for displaying the predecessor indexes of the specified task within the control, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.
GetPreviousNonworkingTimeOverloaded.
GetPreviousVisibleNonworkingTime
Gets the maximum date and time less or equal than the specified date and time that is visible in the chart and considered as a nonworking time, determined based on the time not included in the working week and working day definitions, or included in the defined nonworking time intervals. If the resulting date and time cannot be greater than TimelinePageStart, then TimelinePageStart is returned.
GetPreviousVisibleTime
Gets the maximum date and time less or equal than the specified date and time that is visible in the chart, determined based on the visible week and visible day definitions. If the resulting date and time cannot be greater than TimelinePageStart, then TimelinePageStart is returned.
GetPreviousVisibleWorkingTime
Gets the maximum date and time less or equal than the specified date and time that is visible in the chart and considered as a working time, determined based on the visible week and visible day definitions, and working week and working day definitions, excluding the defined nonworking time intervals. If the resulting date and time cannot be greater than TimelinePageStart, then TimelinePageStart is returned.
GetPreviousWorkingTimeOverloaded.
GetProjectCompletedEffort
Gets the total completed effort of the project consisting of all standard tasks within the control.
GetProjectCompletion
Gets the completion rate of the project consisting of all standard tasks within the control (between 0 and 1).
GetProjectCost
Gets the total cost of the project consisting of the root managed tasks.
GetProjectEffort
Gets the total effort of the project consisting of all standard tasks within the control.
GetProjectFinish
Gets the finish date and time of the project consisting of all standard tasks within the control.
GetProjectFinishDelay
Gets the finish delay time span value of the project consisting of all standard tasks within the control.
GetProjectStart
Gets the start date and time of the project consisting of all standard tasks within the control.
GetProjectStartDelay
Gets the start delay time span value of the project consisting of all standard tasks within the control.
GetProjectXmlOverloaded.
GetResourceCost
Gets the assignments cost of the specified resource, summing up DefaultResourceUsageCost or SpecificResourceUsageCosts, and DefaultResourceHourCost or SpecificResourceHourCosts multiplied by work effort hours (for standard tasks). The value is eventually multiplied by assignment allocation units (if set).
GetRoots
Iterates the root items in the hierarchical collection.
GetScale
Gets the scale at the specified initialization index regardless of internal scale items generated and inserted to the Scales collection automatically.
GetScales
Gets the collection of scale objects, representing items to be used as header elements in the chart (by default a major scale of type Weeks, and a minor scale Days are included).
GetScheduleChartItemsOverloaded.
GetStandardBarFill
Gets the brush used to fill the standard task bar of the current item in the chart (when using the default standard task template).
GetStandardBarStroke
Gets the brush used to draw the border of the standard task bar of the current item in the chart (when using the default standard task template).
GetStandardCompletedBarFill
Gets the brush used to fill the completion bar of the standard task bar of the current item in the chart (when using the default standard task template).
GetStandardCompletedBarStroke
Gets the brush used to draw the border of the completion bar of the standard task bar of the current item in the chart (when using the default standard task template).
GetStartOverloaded.
GetSuccessorPredecessorItems
Iterates successor items of the specified item in the Gantt Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type) as PredecessorItem objects.
GetSuccessors
Iterates successor items of the specified item in the Gantt Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type) as GanttChartItem objects.
GetSummaryBarFill
Gets the brush used to fill the summary task bar polygons of the current item in the chart (when using the default summary task template).
GetSummaryBarStroke
Gets the brush used to draw the borders of the summary task bar polygons of the current item in the chart (when using the default summary task template).
GetSummaryCompletedBarFill
Gets the brush used to fill the completion bar of the summary task bar of the current item in the chart (when using the default summary task template and IsSummaryTaskCompletedEffortVisible is true).
GetTemplateChild (Inherited from FrameworkElement.)
GetType (Inherited from Object.)
GetUIParentCore (Inherited from FrameworkElement.)
GetUpdateScaleTime
Gets the rounded date and time for the specified date and time based on the defined update scale time interval.
GetValue (Inherited from DependencyObject.)
GetVisibilitySchedule
Gets or sets the Visible{Week|Day}{Start|Finish} property values of the component using the corresponding Working{Week|Day}{Start|Finish} properties of a Schedule instance.
GetVisualChild (Inherited from FrameworkElement.)
GetWorkingTimeIntervalsOverloaded.
HasProjectStarted
Gets a value that indicates whether the project consisting of all standard tasks within the control has its work started.
HitTestCoreOverloaded.
IncreaseTimelinePage
Increases the chart timeline page by adding UpdateTimelinePageAmount to TimelinePageStart and TimelinePageFinish.
IndexOf
Searches for the specified item and returns its zero-based index in the collection.
InputHitTest (Inherited from UIElement.)
InvalidateArrange (Inherited from UIElement.)
InvalidateMeasure (Inherited from UIElement.)
InvalidateProperty (Inherited from DependencyObject.)
InvalidateVisual (Inherited from UIElement.)
IsAncestorOf (Inherited from Visual.)
IsCriticalOverloaded.
IsDescendantOf (Inherited from Visual.)
IsItemItsOwnContainer (Inherited from ItemsControl.)
IsItemItsOwnContainerOverride (Inherited from ItemsControl.)
IsProjectCompleted
Gets a value that indicates whether the project consisting of all standard tasks within the control is completed.
IsProjectFinishDelayed
Gets a value indicating whether there is positive finish delay on the project consisting of all standard tasks within the control.
IsProjectOnScheduleOverloaded.
IsProjectStartDelayed
Gets a value indicating whether there is positive start delay on the project consisting of all standard tasks within the control.
LevelAllocations
Levels the assigned allocation units assuming that all or the specified tasks within the control are fixed duration and effort driven. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having weight allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]").
LevelResourcesOverloaded.
LoadProjectXmlOverloaded.
Measure (Inherited from UIElement.)
MeasureCore (Inherited from FrameworkElement.)
MeasureOverride (Inherited from Control.)
MemberwiseClone (Inherited from Object.)
MoveFocus (Inherited from FrameworkElement.)
OnAccessKey (Inherited from UIElement.)
OnActualDisplayRowCountChanged
Raises the ActualDisplayRowCountChanged event.
OnAlternationCountChanged (Inherited from ItemsControl.)
OnApplyTemplate
Builds the visual tree for the GanttChartView when a new template is applied and updates appropriate internal properties of the control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
OnAsyncPresentationCompleted
Raises the AsyncPresentationCompleted event.
OnAsyncPresentationStarted
Raises the AsyncPresentationStarted event.
OnChildDesiredSizeChanged (Inherited from UIElement.)
OnContextMenuClosing (Inherited from FrameworkElement.)
OnContextMenuOpening (Inherited from FrameworkElement.)
OnCreateAutomationPeer (Inherited from UIElement.)
OnCreatingDependencyLine
Raises the CreatingDependencyLine event.
OnDisplayedTimeChanged
Raises the DisplayedTimeChanged event.
OnDisplayMemberPathChanged (Inherited from ItemsControl.)
OnDpiChanged (Inherited from Visual.)
OnDragEnter (Inherited from UIElement.)
OnDragLeave (Inherited from UIElement.)
OnDragOver (Inherited from UIElement.)
OnDrop (Inherited from UIElement.)
OnGiveFeedback (Inherited from UIElement.)
OnGotFocus (Inherited from FrameworkElement.)
OnGotKeyboardFocus (Inherited from UIElement.)
OnGotMouseCapture (Inherited from UIElement.)
OnGotStylusCapture (Inherited from UIElement.)
OnGotTouchCapture (Inherited from UIElement.)
OnGroupStyleSelectorChanged (Inherited from ItemsControl.)
OnInitialized (Inherited from FrameworkElement.)
OnIsKeyboardFocusedChanged (Inherited from UIElement.)
OnIsKeyboardFocusWithinChanged (Inherited from UIElement.)
OnIsMouseCapturedChanged (Inherited from UIElement.)
OnIsMouseCaptureWithinChanged (Inherited from UIElement.)
OnIsMouseDirectlyOverChanged (Inherited from UIElement.)
OnIsStylusCapturedChanged (Inherited from UIElement.)
OnIsStylusCaptureWithinChanged (Inherited from UIElement.)
OnIsStylusDirectlyOverChanged (Inherited from UIElement.)
OnItemActivated
Raises the ItemActivated event.
OnItemBindingGroupChanged (Inherited from ItemsControl.)
OnItemCollectionChanged
Raises the ItemCollectionChanged event.
OnItemContainerStyleChanged (Inherited from ItemsControl.)
OnItemContainerStyleSelectorChanged (Inherited from ItemsControl.)
OnItemPropertyChanged
Raises the ItemPropertyChanged event.
OnItemsChanged
Called when the value of the Items property changes.
(Overrides ItemsControl..::.OnItemsChanged(NotifyCollectionChangedEventArgs).)
OnItemsPanelChanged (Inherited from ItemsControl.)
OnItemsSourceChanged (Inherited from ItemsControl.)
OnItemStringFormatChanged (Inherited from ItemsControl.)
OnItemTemplateChanged (Inherited from ItemsControl.)
OnItemTemplateSelectorChanged (Inherited from ItemsControl.)
OnKeyDown (Inherited from ItemsControl.)
OnKeyUp (Inherited from UIElement.)
OnLostFocus (Inherited from UIElement.)
OnLostKeyboardFocus (Inherited from UIElement.)
OnLostMouseCapture (Inherited from UIElement.)
OnLostStylusCapture (Inherited from UIElement.)
OnLostTouchCapture (Inherited from UIElement.)
OnManipulationBoundaryFeedback (Inherited from UIElement.)
OnManipulationCompleted (Inherited from UIElement.)
OnManipulationDelta (Inherited from UIElement.)
OnManipulationInertiaStarting (Inherited from UIElement.)
OnManipulationStarted (Inherited from UIElement.)
OnManipulationStarting (Inherited from UIElement.)
OnMouseDoubleClick (Inherited from Control.)
OnMouseDown (Inherited from UIElement.)
OnMouseEnter (Inherited from UIElement.)
OnMouseLeave (Inherited from UIElement.)
OnMouseLeftButtonDown (Inherited from UIElement.)
OnMouseLeftButtonUp (Inherited from UIElement.)
OnMouseMove (Inherited from UIElement.)
OnMouseRightButtonDown (Inherited from UIElement.)
OnMouseRightButtonUp (Inherited from UIElement.)
OnMouseUp (Inherited from UIElement.)
OnMouseWheel (Inherited from UIElement.)
OnPreviewDragEnter (Inherited from UIElement.)
OnPreviewDragLeave (Inherited from UIElement.)
OnPreviewDragOver (Inherited from UIElement.)
OnPreviewDrop (Inherited from UIElement.)
OnPreviewGiveFeedback (Inherited from UIElement.)
OnPreviewGotKeyboardFocus (Inherited from UIElement.)
OnPreviewKeyDown (Inherited from UIElement.)
OnPreviewKeyUp (Inherited from UIElement.)
OnPreviewLostKeyboardFocus (Inherited from UIElement.)
OnPreviewMouseDoubleClick (Inherited from Control.)
OnPreviewMouseDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonUp (Inherited from UIElement.)
OnPreviewMouseMove (Inherited from UIElement.)
OnPreviewMouseRightButtonDown (Inherited from UIElement.)
OnPreviewMouseRightButtonUp (Inherited from UIElement.)
OnPreviewMouseUp (Inherited from UIElement.)
OnPreviewMouseWheel
Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
(Overrides UIElement..::.OnPreviewMouseWheel(MouseWheelEventArgs).)
OnPreviewQueryContinueDrag (Inherited from UIElement.)
OnPreviewStylusButtonDown (Inherited from UIElement.)
OnPreviewStylusButtonUp (Inherited from UIElement.)
OnPreviewStylusDown (Inherited from UIElement.)
OnPreviewStylusInAirMove (Inherited from UIElement.)
OnPreviewStylusInRange (Inherited from UIElement.)
OnPreviewStylusMove (Inherited from UIElement.)
OnPreviewStylusOutOfRange (Inherited from UIElement.)
OnPreviewStylusSystemGesture (Inherited from UIElement.)
OnPreviewStylusUp (Inherited from UIElement.)
OnPreviewTextInput (Inherited from UIElement.)
OnPreviewTouchDown (Inherited from UIElement.)
OnPreviewTouchMove (Inherited from UIElement.)
OnPreviewTouchUp (Inherited from UIElement.)
OnPropertyChanged (Inherited from FrameworkElement.)
OnQueryContinueDrag (Inherited from UIElement.)
OnQueryCursor (Inherited from UIElement.)
OnRender (Inherited from UIElement.)
OnRenderSizeChanged (Inherited from FrameworkElement.)
OnStyleChanged (Inherited from FrameworkElement.)
OnStylusButtonDown (Inherited from UIElement.)
OnStylusButtonUp (Inherited from UIElement.)
OnStylusDown (Inherited from UIElement.)
OnStylusEnter (Inherited from UIElement.)
OnStylusInAirMove (Inherited from UIElement.)
OnStylusInRange (Inherited from UIElement.)
OnStylusLeave (Inherited from UIElement.)
OnStylusMove (Inherited from UIElement.)
OnStylusOutOfRange (Inherited from UIElement.)
OnStylusSystemGesture (Inherited from UIElement.)
OnStylusUp (Inherited from UIElement.)
OnTemplateChanged (Inherited from Control.)
OnTextInput (Inherited from ItemsControl.)
OnTimelinePageChanged
Raises the TimelinePageChanged event.
OnToolTipClosing (Inherited from FrameworkElement.)
OnToolTipOpening (Inherited from FrameworkElement.)
OnTouchDown (Inherited from UIElement.)
OnTouchEnter (Inherited from UIElement.)
OnTouchLeave (Inherited from UIElement.)
OnTouchMove (Inherited from UIElement.)
OnTouchUp (Inherited from UIElement.)
OnVisualChildrenChanged (Inherited from Visual.)
OnVisualParentChanged (Inherited from FrameworkElement.)
OptimizeWorkOverloaded.
ParentLayoutInvalidated (Inherited from FrameworkElement.)
PauseAsyncPresentation
Pauses asynchronous presentation data load, if it was in progress.
PointFromScreen (Inherited from Visual.)
PointToScreen (Inherited from Visual.)
PredictFocus (Inherited from FrameworkElement.)
PrepareContainerForItemOverride
Prepares the specified element to display the specified item and updates internal properties for the data bound item and container element.
(Overrides ItemsControl..::.PrepareContainerForItemOverride(DependencyObject, Object).)
PrintOverloaded.
RaiseEvent (Inherited from UIElement.)
ReadLocalValue (Inherited from DependencyObject.)
Redo
Redoes the previously undone action performed in the control.
RegisterName (Inherited from FrameworkElement.)
ReleaseAllTouchCaptures (Inherited from UIElement.)
ReleaseMouseCapture (Inherited from UIElement.)
ReleaseStylusCapture (Inherited from UIElement.)
ReleaseTouchCapture (Inherited from UIElement.)
RemoveAssignment
Removes the specified resource assignment from the AssignmentsContent property value of a specific task in the control. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]").
RemoveCircularDependencies
Removes predecessor items that generate circular dependencies, either explicitely or implicitely in the hierarchy.
RemoveHandler (Inherited from UIElement.)
RemoveLogicalChild (Inherited from FrameworkElement.)
RemovePredecessors
Removes predecessors from the specified task in the control as indicated within a string value defining predecessor indexes to remove, separated by commas.
RemoveVisualChild (Inherited from Visual.)
SaveProjectXmlOverloaded.
ScrollToOverloaded.
ScrollToVerticalOffset
Scrolls the content of the control to the specified vertical offset position.
SetBarVisibility
Sets a value that indicates whether and how the bar of a specific task item is going to be displayed in the chart view. This is based on an item dependency property.
SetBindingOverloaded.
SetComputedDecreaseTimelinePageButtonVisibility
Sets a Visibility value indicating whether the decrease timeline page button should be visible in the view.
SetComputedIncreaseTimelinePageButtonVisibility
Sets a Visibility value indicating whether the increase timeline page button should be visible in the view.
SetComputedWidth
Sets the computed width of the chart, based on the timeline page, the visible time intervals, and the hour width.
SetCurrentValue (Inherited from DependencyObject.)
SetDependencyLineStroke
Sets the brush used to draw the lines representing dependencies from other tasks to the current task item in the chart.
SetHeaderBackground
Sets the default header background brush of the chart (may be overriden by custom Scale.HeaderBackground property values).
SetHeaderHeight
Sets the height of the header area of the chart.
SetIsBarReadOnly
Sets a value that indicates whether the user can edit the timing values of a specific task item in the control by drag and drop operations applied on its associated display bar. This is based on an item dependency property.
SetMilestoneBarFill
Sets the brush used to fill the milestone task bar diamond of the current item in the chart (when using the default milestone task template).
SetMilestoneBarStroke
Sets the brush used to draw the borders of the milestone task bar diamond of the current item in the chart (when using the default milestone task template).
SetPredecessors
Sets the predecessors of the specified task in the control based on a string value defining predecessor indexes, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.
SetResourceReference (Inherited from FrameworkElement.)
SetScales
Sets the collection of scale objects, representing items to be used as header elements in the chart (by default a major scale of type Weeks, and a minor scale Days are included).
SetStandardBarFill
Sets the brush used to fill the standard task bar of the current item in the chart (when using the default standard task template).
SetStandardBarStroke
Sets the brush used to draw the border of the standard task bar of the current item in the chart (when using the default standard task template).
SetStandardCompletedBarFill
Sets the brush used to fill the completion bar of the standard task bar of the current item in the chart (when using the default standard task template).
SetStandardCompletedBarStroke
Sets the brush used to draw the border of the completion bar of the standard task bar of the current item in the chart (when using the default standard task template).
SetSummaryBarFill
Sets the brush used to fill the summary task bar polygons of the current item in the chart (when using the default summary task template).
SetSummaryBarStroke
Sets the brush used to draw the borders of the summary task bar polygons of the current item in the chart (when using the default summary task template).
SetSummaryCompletedBarFill
Sets the brush used to fill the completion bar of the summary task bar of the current item in the chart (when using the default summary task template and IsSummaryTaskCompletedEffortVisible is true).
SetTimelinePage
Sets the chart timeline page, i.e. the minimum and maximum date and times that the user could horizontally scroll between in the chart.
SetupBaseline
Initializes BaselineStart and BaselineFinish values of standard and milestone task items within the control based on their actual Start and Finish values.
SetValueOverloaded.
ShouldApplyItemContainerStyle (Inherited from ItemsControl.)
ShouldSerializeCommandBindings (Inherited from UIElement.)
ShouldSerializeGroupStyle (Inherited from ItemsControl.)
ShouldSerializeInputBindings (Inherited from UIElement.)
ShouldSerializeItems (Inherited from ItemsControl.)
ShouldSerializeProperty (Inherited from DependencyObject.)
ShouldSerializeResources (Inherited from FrameworkElement.)
ShouldSerializeStyle (Inherited from FrameworkElement.)
ShouldSerializeTriggers (Inherited from FrameworkElement.)
SplitAllRemainingWork
Creates and inserts partial copies of the standard started task items that have not yet been fully completed considering their remaining work effort into the managed hierarchy, and updates the finish date and times of the original task items to their completion points. Used as preparation for rescheduling the remaining work effort task items, such as before calling the LevelResources()()() method.
SplitRemainingWork
Creates and inserts a partial copy of the specified task item considering its remaining work effort into the managed hierarchy, and updates the finish date and time of the original task item to its completion point. Used as preparation for rescheduling the remaining work effort of a task item.
ToString (Inherited from ItemsControl.)
TransformToAncestorOverloaded.
TransformToDescendant (Inherited from Visual.)
TransformToVisual (Inherited from Visual.)
TranslatePoint (Inherited from UIElement.)
TryFindResource (Inherited from FrameworkElement.)
Undo
Undoes the previously recorded action perfomed in the control.
UnregisterName (Inherited from FrameworkElement.)
UpdateChangesFromScheduleChartItems
Updates the control items to include changes from the ScheduleChartItem object collection originally obtained using GetScheduleChartItems method.
UpdateDefaultStyle (Inherited from FrameworkElement.)
UpdateLayout (Inherited from UIElement.)
UpdatePredecessors
Updates the predecessors of the specified task in the control based on a string value defining predecessor indexes, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
ActualChartExtentHeightProperty
Indicates the ActualChartExtentHeight dependency property.
ActualChartHeightProperty
Indicates the ActualChartHeight dependency property.
ActualChartViewportHeightProperty
Indicates the ActualChartViewportHeight dependency property.
ActualDisplayRowCountProperty
Indicates the ActualDisplayRowCount dependency property. This is a dependency property.
AllowCreatingStartDependenciesProperty
Indicates the AllowCreatingStartDependencies dependency property.
AllowCreatingToFinishDependenciesProperty
Indicates the AllowCreatingToFinishDependencies dependency property.
AlternatingItemBackgroundProperty
Indicates the AlternatingItemBackground dependency property.
AreCircularDependenciesAllowedProperty
Identifies the AreCircularDependenciesAllowed dependency property.
AreHierarchyConstraintsEnabledProperty
Identifies the AreHierarchyConstraintsEnabled dependency property.
AreIndividualItemAppearanceSettingsAppliedProperty
Indicates the AreIndividualItemAppearanceSettingsApplied dependency property. This is a dependency property.
AreIndividualItemHeightsAppliedProperty
Indicates the AreIndividualItemHeightsApplied dependency property. This is a dependency property.
AreMilestonesFinishTimesProperty
Identifies the AreMilestonesFinishTimes dependency property.
AreTaskDependenciesVisibleProperty
Indicates the AreTaskDependenciesVisible dependency property.
AreTaskDependencyConstraintsDisabledWhileDraggingProperty
Identifies the AreTaskDependencyConstraintsDisabledWhileDragging dependency property.
AreTaskDependencyConstraintsEnabledMaxStepsProperty
Identifies the AreTaskDependencyConstraintsEnabledMaxSteps dependency property.
AreTaskDependencyConstraintsEnabledProperty
Identifies the AreTaskDependencyConstraintsEnabled dependency property.
AreTaskDependendenciesReadOnlyProperty
Indicates the DependencyDeletionValidator dependency property.
AreTaskInterruptionsHighlightedProperty
Indicates the AreTaskInterruptionsHighlighted dependency property.
AreUpdateTimelinePageButtonsVisibleProperty
Indicates the AreUpdateTimelinePageButtonsVisible dependency property.
AssignableResourcesProperty
Identifies the AssignableResources dependency property.
AssignmentsTemplateProperty
Indicates the AssignmentsTemplate dependency property.
BarHeightProperty
Indicates the BarHeight dependency property.
BaselineVisibilityProperty
Indicates the ComputedDecreaseTimelinePageButtonVisibility attached property.
CompletedBarHeightProperty
Indicates the CompletedBarHeight dependency property.
ComputedDecreaseTimelinePageButtonVisibilityProperty
Indicates the ComputedDecreaseTimelinePageButtonVisibility attached property.
ComputedHeightProperty
Indicates the ComputedHeight dependency property. This is a dependency property.
ComputedIncreaseTimelinePageButtonVisibilityProperty
Indicates the ComputedIncreaseTimelinePageButtonVisibility attached property.
ComputedWidthProperty
Indicates the ComputedWidth dependency property.
CurrentTimeLineStrokeProperty
Indicates the CurrentTimeLineStroke dependency property.
CurrentTimeLineUpdateIntervalProperty
Indicates the CurrentTimeLineUpdateInterval dependency property.
DependencyContextMenuProperty
Indicates the ItemContextMenu dependency property.
DependencyCreationThumbVisibilityProperty
Indicates the DependencyCreationThumbVisibility dependency property.
DependencyCreationValidatorProperty
Indicates the DependencyCreationValidator dependency property.
DependencyDeletionContextMenuItemHeaderProperty
Indicates the DependencyDeletionContextMenuItemHeader dependency property.
DependencyDeletionPopupVisibilityProperty
Identifies the DependencyDeletionPopupVisibility dependency property.
DependencyDeletionValidatorProperty
Indicates the DependencyDeletionValidator dependency property.
DependencyLineStrokeProperty
Indicates the DependencyLineStroke attached property.
DependencyLineStrokeThicknessProperty
Indicates the DependencyLineStrokeThickness dependency property.
DependencyLineTemplateProperty
Indicates the DependencyLineTemplate dependency property.
DependencyToolTipVisibilityProperty
Indicates the DependencyToolTipVisibility dependency property.
DisplayedTimeProperty
Indicates the DisplayedTime dependency property.
DisplayRowCountProperty
Indicates the DisplayRowCount dependency property. This is a dependency property.
ExtraTaskTemplateProperty
Indicates the ExtraTaskTemplate dependency property.
HeaderBackgroundProperty
Indicates the HeaderBackground dependency property.
HeaderHeightProperty
Indicates the HeaderHeight dependency property.
HourWidthProperty
Indicates the HourWidth dependency property.
IsAlternatingItemBackgroundInvertedProperty
Indicates the IsAlternatingItemBackgroundInverted dependency property.
IsAsyncPresentationEnabledMinCountProperty
Identifies the IsAsyncPresentationEnabledMinCount dependency property.
IsAsyncPresentationEnabledPageSizeProperty
Identifies the IsAsyncPresentationEnabledPageSize dependency property.
IsAsyncPresentationEnabledProperty
Identifies the IsAsyncPresentationEnabled dependency property.
IsAsyncSchedulingEnabledProperty
Identifies the IsAsyncSchedulingEnabled dependency property.
IsBaselineVisibleProperty
Indicates the IsBaselineVisible dependency property.
IsCurrentTimeLineVisibleProperty
Indicates the IsCurrentTimeLineVisible dependency property.
IsDependencyToolTipVisibleProperty
Indicates the IsDependencyToolTipVisible dependency property.
IsDraggingTaskStartEndsEnabledProperty
Identifies the IsDraggingTaskStartEndsEnabled dependency property.
IsFittingToTimelinePageEnabledProperty
Indicates the IsFittingToTimelinePageEnabled dependency property.
IsFittingToTimelinePageEnabledUpdatingScalesProperty
Indicates the IsFittingToTimelinePageEnabledUpdatingScales dependency property.
IsFittingToTimelinePageEnabledUpdatingScalesToMaxTypeProperty
Indicates the IsFittingToTimelinePageEnabledUpdatingScalesToMaxType dependency property.
IsFittingToTimelinePageEnabledUpdatingScalesToMinTypeProperty
Indicates the IsFittingToTimelinePageEnabledUpdatingScalesToMinType dependency property.
IsIndividualItemNonworkingTimeHighlightedProperty
Indicates the IsIndividualItemNonworkingTimeHighlighted dependency property.
IsMouseWheelZoomEnabledMaxHourWidthProperty
Indicates the IsMouseWheelZoomEnabledMaxHourWidth dependency property.
IsMouseWheelZoomEnabledMinHourWidthProperty
Indicates the IsMouseWheelZoomEnabledMinHourWidth dependency property.
IsMouseWheelZoomEnabledPreservingMousePositionTimeProperty
Indicates the IsMouseWheelZoomEnabledPreservingMousePositionTime dependency property.
IsMouseWheelZoomEnabledProperty
Indicates the IsMouseWheelZoomEnabled dependency property.
IsMouseWheelZoomEnabledSpeedProperty
Indicates the IsMouseWheelZoomEnabledSpeed dependency property.
IsMouseWheelZoomEnabledUpdatingScalesProperty
Indicates the IsMouseWheelZoomEnabledUpdatingScales dependency property.
IsMouseWheelZoomEnabledUpdatingScalesToMaxTypeProperty
Indicates the IsMouseWheelZoomEnabledUpdatingScalesToMaxType dependency property.
IsMouseWheelZoomEnabledUpdatingScalesToMinTypeProperty
Indicates the IsMouseWheelZoomEnabledUpdatingScalesToMinType dependency property.
IsMouseWheelZoomEnabledUpdatingTimelinePageProperty
Indicates the IsMouseWheelZoomEnabledUpdatingTimelinePage dependency property.
IsNonworkingTimeHighlightedProperty
Indicates the IsNonworkingTimeHighlighted dependency property.
IsReadOnlyProperty
Identifies the IsReadOnly dependency property.
IsSummaryTaskCompletedEffortVisibleProperty
Indicates the IsSummaryTaskCompletedEffortVisible dependency property.
IsTaskCompletedEffortVisibleProperty
Indicates the IsTaskCompletedEffortVisible dependency property.
IsTaskCompletionReadOnlyProperty
Identifies the IsTaskCompletionReadOnly dependency property.
IsTaskCompletionThumbEnabledProperty
Indicates the IsTaskCompletionThumbEnabled dependency property.
IsTaskFinishReadOnlyProperty
Identifies the IsTaskFinishReadOnly dependency property.
IsTaskFinishThumbEnabledProperty
Indicates the IsTaskFinishThumbEnabled dependency property.
IsTaskStartOnlyThumbEnabledProperty
Indicates the IsTaskStartOnlyThumbEnabled dependency property.
IsTaskStartReadOnlyProperty
Identifies the IsTaskStartReadOnly dependency property.
IsTaskStartThumbEnabledProperty
Indicates the IsTaskStartThumbEnabled dependency property.
IsTaskToolTipVisibleProperty
Indicates the IsTaskToolTipVisible dependency property.
IsUndoEnabledProperty
Indicates the IsUndoEnabled dependency property.
IsVirtualizingProperty
Indicates the IsVirtualizing dependency property.
ItemAdornersProperty
Indicates the ItemAdorners dependency property.
ItemContextMenuProperty
Indicates the ItemContextMenu dependency property.
ItemHeightProperty
Indicates the ItemHeight dependency property.
ItemNonworkingHighlightsProperty
Indicates the ItemNonworkingHighlights dependency property.
ItemSeparatorLinesStrokeProperty
Indicates the ItemSeparatorLinesStroke dependency property.
ItemsProperty
Identifies the Items dependency property.
MilestoneBarFillProperty
Indicates the MilestoneBarFill attached property.
MilestoneBarStrokeProperty
Indicates the MilestoneBarStroke attached property.
MilestoneBarStrokeThicknessProperty
Indicates the MilestoneBarStrokeThickness dependency property.
MilestoneTaskTemplateProperty
Indicates the MilestoneTaskTemplate dependency property.
NonworkingDayIntervalProviderProperty
Indicates the NonworkingDayIntervalProvider dependency property.
NonworkingIntervalsProperty
Indicates the NonworkingIntervals dependency property.
NonworkingTimeBackgroundProperty
Indicates the NonworkingTimeBackground dependency property.
PredecessorToolTipTemplateProperty
Indicates the PredecessorToolTipTemplate dependency property.
PrintingTemplateProperty
Indicates the PrintingTemplate dependency property.
ScaleHeaderHeightProperty
Indicates the ScaleHeaderHeight dependency property.
ScalesProperty
Indicates the Scales dependency property.
StandardBarCornerRadiusProperty
Indicates the StandardBarCornerRadius dependency property.
StandardBarFillProperty
Indicates the StandardBarFill attached property.
StandardBarStrokeProperty
Indicates the StandardBarStroke attached property.
StandardBarStrokeThicknessProperty
Indicates the StandardBarStrokeThickness dependency property.
StandardCompletedBarCornerRadiusProperty
Indicates the StandardCompletedBarCornerRadius dependency property.
StandardCompletedBarFillProperty
Indicates the StandardCompletedBarFill attached property.
StandardCompletedBarStrokeProperty
Indicates the StandardCompletedBarStroke attached property.
StandardCompletedBarStrokeThicknessProperty
Indicates the StandardCompletedBarStrokeThickness dependency property.
StandardTaskTemplateProperty
Indicates the StandardTaskTemplate dependency property.
StartDependencyThumbVisibilityProperty
Indicates the StartDependencyThumbVisibility dependency property.
SummaryBarFillProperty
Indicates the SummaryBarFill attached property.
SummaryBarStrokeProperty
Indicates the SummaryBarStroke attached property.
SummaryBarStrokeThicknessProperty
Indicates the SummaryBarStrokeThickness dependency property.
SummaryCompletedBarFillProperty
Indicates the SummaryCompletedBarFill attached property.
SummaryTaskCompletedEffortVisibilityProperty
Indicates the SummaryTaskCompletedEffortVisibility dependency property.
SummaryTaskTemplateProperty
Indicates the SummaryTaskTemplate dependency property.
TaskCompletedEffortVisibilityProperty
Indicates the TaskCompletedEffortVisibility dependency property.
TaskDependenciesVisibilityProperty
Indicates the TaskDependenciesVisibility dependency property.
TaskInterruptionHighlightsProperty
Indicates the TaskInterruptionHighlights dependency property.
TaskToolTipVisibilityProperty
Indicates the TaskToolTipVisibility dependency property.
ThumbVisibilityProperty
Indicates the ThumbVisibility dependency property.
TimelinePageFinishProperty
Indicates the TimelinePageFinish dependency property.
TimelinePageStartProperty
Indicates the TimelinePageStart dependency property.
ToolTipTemplateProperty
Indicates the ToolTipTemplate dependency property.
UnassignedScheduleChartItemBackgroundProperty
Identifies the UnassignedScheduleChartItemBackground dependency property.
UnassignedScheduleChartItemContentProperty
Identifies the UnassignedScheduleChartItemContent dependency property.
UndoLimitProperty
Indicates the UndoLimit dependency property.
UndoLinkingTimeLimitProperty
Indicates the UndoLinkingTimeLimit dependency property.
UpdateScaleIntervalProperty
Indicates the UpdateScaleInterval dependency property.
UpdateScaleOriginProperty
Indicates the UpdateScaleOrigin dependency property.
UpdateTimelinePageAmountProperty
Indicates the UpdateTimelinePageAmount dependency property.
VisibleDayFinishProperty
Indicates the VisibleDayFinish dependency property.
VisibleDayStartProperty
Indicates the VisibleDayStart dependency property.
VisibleWeekFinishProperty
Indicates the VisibleWeekFinish dependency property.
VisibleWeekStartProperty
Indicates the VisibleWeekStart dependency property.
WorkingDayFinishProperty
Indicates the WorkingDayFinish dependency property.
WorkingDayStartProperty
Indicates the WorkingDayStart dependency property.
WorkingTimeBackgroundProperty
Indicates the WorkingTimeBackground dependency property.
WorkingWeekFinishProperty
Indicates the WorkingWeekFinish dependency property.
WorkingWeekStartProperty
Indicates the WorkingWeekStart dependency property.

Properties

  NameDescription
ActualChartExtentHeight
Gets the actual height of the extent of the internal scroll viewer of the control. This is a dependency property.
ActualChartHeight
Gets the actual height of the chart, considering the maximum of the viewport and extent heights of the internal scroll viewer of the control. This is a dependency property.
ActualChartViewportHeight
Gets the actual height of the viewport of the internal scroll viewer of the control. This is a dependency property.
ActualDisplayRowCount
Gets the actual number of rows displayed in the chart. This is a dependency property.
ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
AllowCreatingStartDependencies
Gets or sets a value that indicates whether start- dependency lines may be created using drag and drop operations. This is a dependency property.
AllowCreatingToFinishDependencies
Gets or sets a value that indicates whether -to-finish dependency lines may be created using drag and drop operations. This is a dependency property.
AllowDrop (Inherited from UIElement.)
AlternatingItemBackground
Gets or sets the background brush of the alternating items in the chart (none by default). This is a dependency property.
AlternationCount (Inherited from ItemsControl.)
AreAnyTouchesCaptured (Inherited from UIElement.)
AreAnyTouchesCapturedWithin (Inherited from UIElement.)
AreAnyTouchesDirectlyOver (Inherited from UIElement.)
AreAnyTouchesOver (Inherited from UIElement.)
AreCircularDependenciesAllowed
Gets or sets a value that indicates whether the user is allowed to define circular dependencies between task items in the control. At load time not allowing circular dependencies applies (through a RemoveCircularDependencies call) only if asynchronous presentation is disabled. Setting this property will clear the Undo queue. This is a dependency property.
AreHierarchyConstraintsEnabled
Gets a value that indicates whether hierarchy constraints are enabled so that the difference of indentation levels of parent and child items do not become larger than one. This is a dependency property.
AreIndividualItemAppearanceSettingsApplied
Gets or sets a value indicating whether to consider individual GanttChartItem.ItemBackground and GanttChartItem.ItemForeground property values when configuring item appearance settings (false by default). This is a dependency property.
AreIndividualItemHeightsApplied
Gets or sets a value indicating whether to consider individual GanttChartItem.ItemHeight property values (instead of only the main GanttChartView.ItemHeight property value of the control) when computing item positions and sizes (false by default). This is a dependency property.
AreMilestonesFinishTimes
Gets or sets a value that indicates whether milestones represent finish times in the control. A false value indicates that milestones represent start times, while a null value indicates that milestones are not constrained to start, nor finish times. This is a dependency property.
AreTaskDependenciesVisible
Gets or sets a value that indicates whether task dependency lines are displayed. This is a dependency property.
AreTaskDependencyConstraintsDisabledWhileDragging
Gets or sets a value that indicates whether dependency constraints are disabled while dragging operations occur, in order to improve performance when AreTaskDependencyConstraintsEnabled is set to true. This is a dependency property.
AreTaskDependencyConstraintsEnabled
Gets or sets a value that indicates whether dependency constraints are enabled for items in the control. Setting this property will clear the Undo queue. This is a dependency property.
AreTaskDependencyConstraintsEnabledMaxSteps
Gets or sets a value that indicates the maximum number of iterations performed in order to ensure dependency constraints by automatically scheduling items in the control, when AreTaskDependencyConstraintsEnabled is set to true. This is a dependency property.
AreTaskDependendenciesReadOnly
Gets or sets a value that indicates whether the user can create and delete task dependencies in the chart area. This is a dependency property.
AreTaskInterruptionsHighlighted
Gets or sets a value indicating whether task interruptions are supplementary highlighted (over the task bars) in the chart (false by default). This is a dependency property.
AreUpdateTimelinePageButtonsVisible
Gets or sets a value that indicates whether the update timeline page buttons are going to be displayed when needed (i.e. when the horizontal scroll bar thumb is placed at the most left or the most right position on the scrollable track), allowing the end user to increase or decrease the timeline page of the Gantt Chart (preserving its duration). This is a dependency property.
AssignableResources
Gets or sets the resources considered by GetScheduleChartItems()()() method. If this property is set to null, the method computes the assignable resources based on task assignment definitions. The default value is null. This is a dependency property.
AssignmentsTemplate
Gets or sets the template to be used for displaying assignments content in the chart (shown to the right of the task bars in the view). This is a dependency property.
Background (Inherited from Control.)
BarHeight
Gets or sets the task bar height of any item presented in the chart. This is a dependency property.
BaselineVisibility
Gets a Visibility value indicating whether the baseline (estimated value based) task bars values are going to be displayed in the Gantt Chart. This is a dependency property.
BindingGroup (Inherited from FrameworkElement.)
BitmapEffect Obsolete. (Inherited from UIElement.)
BitmapEffectInput Obsolete. (Inherited from UIElement.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
CacheMode (Inherited from UIElement.)
Clip (Inherited from UIElement.)
ClipToBounds (Inherited from UIElement.)
CommandBindings (Inherited from UIElement.)
CompletedBarHeight
Gets or sets the completion bar height of the task bar of any item presented in the chart. This is a dependency property.
ComputedDecreaseTimelinePageButtonVisibility
Gets or sets a Visibility value indicating whether the decrease timeline page button should be visible in the view. This is a dependency property.
ComputedHeight
Gets the computed height of all items currently loaded in the chart. This is a dependency property.
ComputedIncreaseTimelinePageButtonVisibility
Gets or sets a Visibility value indicating whether the increase timeline page button should be visible in the view. This is a dependency property.
ComputedWidth
Gets the computed width of the chart, based on the timeline page, the visible time intervals, and the hour width. This is a dependency property.
ContentElement
Gets the element displaying the main area of the Gantt Chart.
ContextMenu (Inherited from FrameworkElement.)
CurrentTimeLineStroke
Gets or sets the brush used to draw the current time line in the chart (when IsCurrentTimeLineVisible is set to true). This is a dependency property.
CurrentTimeLineUpdateInterval
Gets or sets the time interval used to periodically update the current time vertical line displayed by the control. By default it is set to TimeSpan.Zero, indicating that no updates are performed. This is a dependency property.
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DefaultDependencyCreationValidator
Gets the default dependency creation validation method that returns a value based on whether dependent tasks are not identical, are not in the same hierarchical branch, and are not already dependent one of another, indicating whether a specific task dependency can be created by a drag and drop operation in the view.
DefaultDependencyDeletionValidator
Gets the default dependency deletion validation method that returns always returns true indicating whether a specific task dependency can be deleted from the view.
DefaultResourceHourCost
Gets or sets the default hour cost value to apply for the assigned resources of the managed tasks.
DefaultResourceUsageCost
Gets or sets the default usage cost value to apply for the assigned resources of the managed tasks.
DefaultStyleKey (Inherited from FrameworkElement.)
DependencyContextMenu
Gets or sets the context menu for the dependency lines displayed in the chart areas. This is a dependency property.
DependencyCreationThumbVisibility
Gets a Visibility value that indicates whether the Thumb object that allows the user to create task dependencies through drag and drop operations should be generally displayed. This is a dependency property.
DependencyCreationValidator
Gets or sets the validation method that returns a value that indicates whether a specific task dependency can be created by a drag and drop operation in the view. This is a dependency property.
DependencyDeletionContextMenuItemHeader
Gets or sets the content to be displayed as the dependency deletion context menu item (by default the text "Delete"). This is a dependency property.
DependencyDeletionPopupVisibility
Gets a Visibility value that indicates whether the context menu Popup object that allows the user to delete task dependencies by selecting a menu item should be generally displayed. This is a dependency property.
DependencyDeletionValidator
Gets or sets the validation method that returns a value that indicates whether a specific task dependency can be deleted from the view. This is a dependency property.
DependencyLineStroke
Gets or sets the brush used to draw the lines representing task dependencies in the chart. This is a dependency property.
DependencyLineStrokeThickness
Gets or sets the border thickness of the lines representing task dependencies in the chart. This is a dependency property.
DependencyLineTemplate
Gets or sets the template to be used for displaying dependency lines in the chart (by default arrow polylines drawn for each predecessor item from the appropriate end of the other task bar to the appropriate end of the corresponding dependent task bar, based on the dependency type). This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
DependencyToolTipVisibility
Gets a Visibility value that indicates whether the dependency line tool tips are displayed. This is a dependency property.
DesiredSize (Inherited from UIElement.)
Dispatcher (Inherited from DispatcherObject.)
DisplayedTime
Gets or sets the date and time to be displayed at the most left visible horizontal position in the viewport of the internal scroll viewer of the control (the minimum date and time that is visible at the current horizontal scroll position). This is a dependency property.
DisplayMemberPath (Inherited from ItemsControl.)
DisplayRowCount
Gets or sets the number of rows to be displayed in the chart (usually used in conjunction with GanttChartItem.DisplayRowIndex values). This is a dependency property.
Effect (Inherited from UIElement.)
ExtentHeight
Gets the vertical size of all the content for display in the control.
ExtraTaskTemplate
Gets or sets the template to be used for displaying extra elements for task items in the chart (regardless of the task type). This is a dependency property.
FlowDirection (Inherited from FrameworkElement.)
Focusable (Inherited from UIElement.)
FocusVisualStyle (Inherited from FrameworkElement.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
ForceCursor (Inherited from FrameworkElement.)
Foreground (Inherited from Control.)
GroupStyle (Inherited from ItemsControl.)
GroupStyleSelector (Inherited from ItemsControl.)
HandlesScrolling (Inherited from Control.)
HasAnimatedProperties (Inherited from UIElement.)
HasEffectiveKeyboardFocus (Inherited from UIElement.)
HasItems (Inherited from ItemsControl.)
HeaderBackground
Gets or sets the default header background brush of the chart (may be overriden by custom Scale.HeaderBackground property values). This is a dependency property.
HeaderElement
Gets the element displaying the header area of the Gantt Chart.
HeaderHeight
Gets or sets the height of the header area of the chart. This is a dependency property.
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
HorizontalScrollBar
Gets the element displaying the horizontal scroll bar of the Gantt Chart.
HourWidth
Gets or sets the width of one hour of the timeline of the chart (controlling the horizontal zoom of the chart content). This is a dependency property.
InheritanceBehavior (Inherited from FrameworkElement.)
InputBindings (Inherited from UIElement.)
InputScope (Inherited from FrameworkElement.)
IsAlternatingItemBackgroundInverted
Gets or sets a value indicating whether the use of alternation background brush for items in the chart is inverted, such that the first item is using alternation background (false by default). This is a dependency property.
IsArrangeValid (Inherited from UIElement.)
IsAsyncPresentationEnabled
Gets or sets a value that indicates whether asynchronous presentation mode is enabled (true by default). This is a dependency property.
IsAsyncPresentationEnabledMinCount
Gets or sets the number of items to be initially loaded synchronously when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true). This is a dependency property.
IsAsyncPresentationEnabledPageSize
Gets or sets the number of items to be loaded synchronously as one step when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true). This is a dependency property.
IsAsyncSchedulingEnabled
Gets or sets a value that indicates whether asynchronous scheduling is enabled (true by default). This is a dependency property.
IsBaselineVisible
Gets or sets a value that indicates whether the baseline (estimated value based) task bars values are going to be displayed in the Gantt Chart. This is a dependency property.
IsCurrentTimeLineVisible
Gets or sets a value that indicates whether the current time vertical line is displayed. This is a dependency property.
IsDependencyToolTipVisible
Gets or sets a value that indicates whether the dependency line tool tips are displayed. This is a dependency property.
IsDraggingTaskStartEndsEnabled
Gets or sets a value that indicates whether the end user may use drag and drop operations to update task start only, preserving finish date and time value. This is a dependency property.
IsEnabled (Inherited from UIElement.)
IsEnabledCore (Inherited from UIElement.)
IsFittingToTimelinePageEnabled
Gets or sets a value that indicates whether HourWidth property is updated automatically to zoom the chart in or out when the timeline page changes, so that the displayed chart is entirely visible. This is a dependency property.
IsFittingToTimelinePageEnabledUpdatingScales
Gets or sets a value that indicates whether Scales collection is updated automatically according to the zoom level of the chart when the timeline page changes when IsFittingToTimelinePageEnabled is set to true. This is a dependency property.
IsFittingToTimelinePageEnabledUpdatingScalesToMaxType
Gets or sets the maximum ScaleType to update automatically to when the timeline page changes when IsFittingToTimelinePageEnabled and IsFittingToTimelinePageEnabledUpdatingScales are set to true. This is a dependency property.
IsFittingToTimelinePageEnabledUpdatingScalesToMinType
Gets or sets the minimum ScaleType to update automatically to when the timeline page changes when IsFittingToTimelinePageEnabled and IsFittingToTimelinePageEnabledUpdatingScales are set to true. This is a dependency property.
IsFocused (Inherited from UIElement.)
IsGrouping (Inherited from ItemsControl.)
IsHitTestVisible (Inherited from UIElement.)
IsIndividualItemNonworkingTimeHighlighted
Gets or sets a value indicating whether individual item nonworking time is highlighted in the chart (false by default). When you set this property to true, you may also want to use an opaque brush for WorkingTimeBackground. This is a dependency property.
IsInitialized (Inherited from FrameworkElement.)
IsInputMethodEnabled (Inherited from UIElement.)
IsItemLoadCompleted
Gets a value that indicates whether all items have been loaded in the control view (when asynchronous presentation mode is enabled, i.e. IsAsyncPresentationEnabled is set to true).
IsKeyboardFocused (Inherited from UIElement.)
IsKeyboardFocusWithin (Inherited from UIElement.)
IsLoaded (Inherited from FrameworkElement.)
IsManipulationEnabled (Inherited from UIElement.)
IsMeasureValid (Inherited from UIElement.)
IsMouseCaptured (Inherited from UIElement.)
IsMouseCaptureWithin (Inherited from UIElement.)
IsMouseDirectlyOver (Inherited from UIElement.)
IsMouseOver (Inherited from UIElement.)
IsMouseWheelZoomEnabled
Gets or sets a value that indicates whether HourWidth property is updated automatically to zoom the chart in or out when scrolling using the mouse wheel. This is a dependency property.
IsMouseWheelZoomEnabledMaxHourWidth
Gets or sets the maximum HourWidth property value set when zooming in the chart scrolling using the mouse wheel when IsMouseWheelZoomEnabled is set to true. This is a dependency property.
IsMouseWheelZoomEnabledMinHourWidth
Gets or sets the minimum HourWidth property value set when zooming out the chart scrolling using the mouse wheel when IsMouseWheelZoomEnabled is set to true. This is a dependency property.
IsMouseWheelZoomEnabledPreservingMousePositionTime
Gets or sets a value that indicates whether DisplayedTime property is updated automatically when scrolling using the mouse wheel to preserve the date and time displayed at the mouse position when IsMouseWheelZoomEnabled is set to true. This is a dependency property.
IsMouseWheelZoomEnabledSpeed
Gets or sets a value that indicates the speed of zooming in and out when IsMouseWheelZoomEnabled is set to true. This is a dependency property.
IsMouseWheelZoomEnabledUpdatingScales
Gets or sets a value that indicates whether Scales collection is updated automatically according to the zoom level of the chart when scrolling using the mouse wheel when IsMouseWheelZoomEnabled is set to true. This is a dependency property.
IsMouseWheelZoomEnabledUpdatingScalesToMaxType
Gets or sets the maximum ScaleType to update automatically to when scrolling using the mouse wheel when IsMouseWheelZoomEnabled and IsMouseWheelZoomEnabledUpdatingScales are set to true. This is a dependency property.
IsMouseWheelZoomEnabledUpdatingScalesToMinType
Gets or sets the minimum ScaleType to update automatically to when scrolling using the mouse wheel when IsMouseWheelZoomEnabled and IsMouseWheelZoomEnabledUpdatingScales are set to true. This is a dependency property.
IsMouseWheelZoomEnabledUpdatingTimelinePage
Gets or sets a value that indicates whether TimelinePageFinish property is updated automatically according to the zoom level of the chart when scrolling using the mouse wheel, in order to keep the horizontal scroll bar thumb size constant when IsMouseWheelZoomEnabled is set to true. This is a dependency property.
IsNonworkingTimeHighlighted
Gets or sets a value that indicates whether nonworking time intervals are highlighted using NonworkingTimeBackground brush in the view. This is a dependency property.
IsReadOnly
Gets or sets a value that indicates whether the user can edit the values of task items in the control by drag and drop operations. This is a dependency property.
IsScheduleCachingEnabled
Gets or sets a value that indicates whether specific schedule based timing values that are computed for any task item are internally cached so that if the same computation is required the value could be obtained without further processing (cache is disabled by default, and enabling it may result in high memory usages, until you call ClearCaches method).
IsSealed (Inherited from DependencyObject.)
IsStylusCaptured (Inherited from UIElement.)
IsStylusCaptureWithin (Inherited from UIElement.)
IsStylusDirectlyOver (Inherited from UIElement.)
IsStylusOver (Inherited from UIElement.)
IsSummaryTaskCompletedEffortVisible
Gets or sets a value that indicates whether task completion bars are displayed for summary items. This is a dependency property.
IsTabStop (Inherited from Control.)
IsTaskCompletedEffortVisible
Gets or sets a value that indicates whether task completion bars are displayed. This is a dependency property.
IsTaskCompletionReadOnly
Gets or sets a value that indicates whether the user can edit the completion values of task items in the control by drag and drop operations. This is a dependency property.
IsTaskCompletionThumbEnabled
Gets a bool value that indicates whether completion Thumb controls should enable the user to edit the completion values of task items in the control by drag and drop operations (the Thumb objects would be enabled if IsTaskCompletionReadOnly property is set to false). This is a dependency property.
IsTaskFinishReadOnly
Gets or sets a value that indicates whether the user can edit the finish values of task items in the control by drag and drop operations. This is a dependency property.
IsTaskFinishThumbEnabled
Gets a bool value that indicates whether finish Thumb controls should enable the user to edit the finish values of task items in the control by drag and drop operations (the Thumb objects would be enabled if IsTaskFinishReadOnly property is set to false). This is a dependency property.
IsTaskStartOnlyThumbEnabled
Gets a bool value that indicates whether start end Thumb controls should enable the user to edit the start values of task items in the control, preserving finish date and time values, by drag and drop operations (the Thumb objects would be enabled if IsDraggingTaskStartEndsEnabled is set to true and IsTaskStartReadOnly property is set to false). This is a dependency property.
IsTaskStartReadOnly
Gets or sets a value that indicates whether the user can edit the start values of task items in the control by drag and drop operations. This is a dependency property.
IsTaskStartThumbEnabled
Gets a bool value that indicates whether start Thumb controls should enable the user to edit the start values of task items in the control by drag and drop operations (the Thumb objects would be enabled if IsTaskStartReadOnly property is set to false). This is a dependency property.
IsTaskToolTipVisible
Gets or sets a value that indicates whether the task bar tool tips are displayed. This is a dependency property.
IsTextSearchCaseSensitive (Inherited from ItemsControl.)
IsTextSearchEnabled (Inherited from ItemsControl.)
IsUndoEnabled
Gets or sets a value that indicates whether undo support is enabled within the control (false by default). When set to true, actions performed on GanttChartItem objects within the control (either by the end user in the user interface or by code behind) are recorded to a queue and can later be undone by calling the Undo()()() method. These actions are recorded to the undo queue and can be undone: managed property value changes (Content, Indentation, IsExpanded, Start, Finish, CompletedFinish, IsMilestone, Predecessors, Item, DependencyType, AssignmentsContent, GanttChartItems, and custom properties for which AddPropertyChangeToUndoQueue(DependencyProperty, Object, Object) method is called when their values change), PredecessorItem additions and removals within Predecessors collections, GanttChartItem additions and removals in the Items collection (for Gantt Chart controls) or in the GanttChartItems collections (for Schedule Chart controls), and ScheduleChartItem additions and removals in the Items collection (for Schedule Chart controls). This is a dependency property.
IsVirtualizing
Gets or sets a value that indicates whether the elements used to display items in the chart are not loaded (except for the initially loaded viewport page) until vertically scrolling to a visible viewport page that contains those specific items. This is a dependency property.
IsVisible (Inherited from UIElement.)
Item
Gets the item at the specified index in the collection.
ItemAdorners
Gets a list of item adorners to be applied to the chart area (including grid lines stroke and alternating item background information). This is a dependency property.
ItemBindingGroup (Inherited from ItemsControl.)
ItemContainerGenerator (Inherited from ItemsControl.)
ItemContainerStyle (Inherited from ItemsControl.)
ItemContainerStyleSelector (Inherited from ItemsControl.)
ItemContextMenu
Gets or sets the context menu for the item bars displayed in the chart areas. This is a dependency property.
ItemHeight
Gets or sets the row height of any item presented in the chart. This is a dependency property.
ItemNonworkingHighlights
Gets a list of item nonworking highlights to be applied to the chart area (presenting item specific nonworking time information). This is a dependency property.
Items
Gets a collection of GanttChartItem objects that represent the individual task items in the GanttChartView control. This is a dependency property.
ItemSeparatorLinesStroke
Gets or sets the brush used to draw item separator lines in the chart (none by default). This is a dependency property.
ItemsPanel (Inherited from ItemsControl.)
ItemsSource (Inherited from ItemsControl.)
ItemStringFormat (Inherited from ItemsControl.)
ItemTemplate (Inherited from ItemsControl.)
ItemTemplateSelector (Inherited from ItemsControl.)
Language (Inherited from FrameworkElement.)
LayoutTransform (Inherited from FrameworkElement.)
LogicalChildren (Inherited from ItemsControl.)
MainGanttChartView
Gets the main IGanttChartView control instance of the control.
MainScheduleChartView
Gets the main IScheduleChartView control instance of the control.
ManagedItems
Gets the internally managed Gantt Chart item collection.
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxNonworkingIntervalSearchSpan
Gets or sets the maximum time span to search for nonworking intervals within when using the Get*Nonworking* methods of the Gantt Chart control instances.
MaxWidth (Inherited from FrameworkElement.)
MilestoneBarFill
Gets or sets the brush used to fill the milestone task bar diamonds in the chart (when using the default milestone task template). This is a dependency property.
MilestoneBarStroke
Gets or sets the brush used to draw the borders of the milestone task bar diamonds in the chart (when using the default milestone task template). This is a dependency property.
MilestoneBarStrokeThickness
Gets or sets the border thickness of the milestone task bar diamonds in the chart (when using the default milestone task template). This is a dependency property.
MilestoneTaskTemplate
Gets or sets the template to be used for displaying milestone task items in the chart (by default milestones are represented by diamonds in the view). This is a dependency property.
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
NonworkingDayIntervalProvider
Gets or sets a method used to retreive supplemental nonworking day time intervals to be considered in the chart for any specific date passed in as the method parameter. This is a dependency property.
NonworkingIntervals
Gets a collection of time intervals that are to be considered as special nonworking time (such as holidays or or other type of break time) in the chart. This is a dependency property.
NonworkingTimeBackground
Gets or sets the nonworking time background brush of the chart (displayed when IsNonworkingTimeHighlighted is set to true). This is a dependency property.
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
OverridesDefaultStyle (Inherited from FrameworkElement.)
Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
PersistId Obsolete. (Inherited from UIElement.)
PredecessorsStringDependencyTypeAbbreviations
Optionally gets or sets dependency type abbreviations to use upon GetPredecessorsString(GanttChartItem) and UpdatePredecessors(GanttChartItem, String) calls.
PredecessorsStringLagFormat
Optionally gets or sets lag format to use upon GetPredecessorsString(GanttChartItem) and UpdatePredecessors(GanttChartItem, String) calls. The value may be of this form: {StringFormat}[{Scale}]. For example, 0.## for hours, or 0.##/8 for working days of 8 hours.
PredecessorsStringLagScale
Optionally gets or sets lag scale to use upon GetPredecessorsString(GanttChartItem) and UpdatePredecessors(GanttChartItem, String) calls. The value indicates the number of hours of a time unit to use. For example, 8 means a working day of 8 hours.
PredecessorToolTipTemplate
Gets or sets the template to be used for displaying the content of dependency line tool tips (by default the Content property values of the other and dependent task items separated by a dash, when IsDependencyToolTipVisible is true). This is a dependency property.
PrintingTemplate
Gets or sets the page template to be used for printing. The data context of a template instance is set to a PrintingPage object. This is a dependency property.
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
ResourceQuantities
Gets or sets the quantity values to consider when leveling resources, indicating maximum amounts of materials available for use at the same time.
Resources (Inherited from FrameworkElement.)
ResourceSchedules
Gets or sets the resource schedules (working and nonworking time definitions) to consider when scheduling items with assigned resources (considering the resource with the maximum assigned allocation units value for each item, and assuming they do not have specific schedules defined themselves).
ScaleHeaderHeight
Gets or sets the default height for chart scale header areas (used to initialize Scale.HeaderHeight property values). This is a dependency property.
Scales
Gets the collection of scale objects, representing items to be used as header elements in the chart (by default a major scale of type Weeks, and a minor scale Days are included). This is a dependency property.
Schedule
Gets or sets the Working{Week|Day}{Start|Finish} and Nonworking* property values of the component using a Schedule instance.
ScrollableHeight
Gets a value that represents the vertical size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.
ScrollContentPresenter
Gets the element displaying the scroll content presenter of the Gantt Chart.
ScrollViewer
Gets the element displaying the scroll viewer of the Gantt Chart.
SnapsToDevicePixels (Inherited from UIElement.)
SpecificResourceHourCosts
Gets or sets the specific hour cost values to apply for the assigned resources of the managed tasks.
SpecificResourceUsageCosts
Gets or sets the specific usage cost values to apply for the assigned resources of the managed tasks.
StandardBarCornerRadius
Gets or sets the corner radius of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardBarFill
Gets or sets the brush used to fill the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardBarStroke
Gets or sets the brush used to draw the borders of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardBarStrokeThickness
Gets or sets the border thickness of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardCompletedBarCornerRadius
Gets or sets the corner radius of the completion bars of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardCompletedBarFill
Gets or sets the brush used to fill the completion bars of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardCompletedBarStroke
Gets or sets the brush used to draw the borders of the completion bars of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardCompletedBarStrokeThickness
Gets or sets the border thickness of the completion bars of the standard task bars in the chart (when using the default standard task template). This is a dependency property.
StandardTaskTemplate
Gets or sets the template to be used for displaying standard task items in the chart (by default standard tasks are represented by simple bars in the view). This is a dependency property.
StartDependencyThumbVisibility
Gets a Visibility value that indicates whether start- dependency lines may be created using drag and drop operations. This is a dependency property.
Style (Inherited from FrameworkElement.)
StylusPlugIns (Inherited from UIElement.)
SummaryBarFill
Gets or sets the brush used to fill the summary task bar polygons in the chart (when using the default summary task template). This is a dependency property.
SummaryBarStroke
Gets or sets the brush used to draw the borders of the summary task bar polygons in the chart (when using the default summary task template). This is a dependency property.
SummaryBarStrokeThickness
Gets or sets the border thickness of the summary task bar polygons in the chart (when using the default summary task template). This is a dependency property.
SummaryCompletedBarFill
Gets or sets the brush used to fill the completion bars of the summary task bars in the chart (when using the default summary task template and IsSummaryTaskCompletedEffortVisible is true). This is a dependency property.
SummaryTaskCompletedEffortVisibility
Gets a Visibility value that indicates whether task completion bars are displayed for summary items. This is a dependency property.
SummaryTaskTemplate
Gets or sets the template to be used for displaying summary task items in the chart (by default summary tasks are represented by container bar polygons in the view). This is a dependency property.
TabIndex (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
TaskCompletedEffortVisibility
Gets a Visibility value that indicates whether task completion bars are displayed. This is a dependency property.
TaskDependenciesVisibility
Gets a Visibility value that indicates whether task dependency lines are displayed. This is a dependency property.
TaskInitiationCost
Gets or sets the initiation cost value to apply to the managed tasks.
TaskInterruptionHighlights
Gets a list of task interruption highlights to be applied to the chart area (supplementary identifying item nonworking time over the task bars). This is a dependency property.
TaskToolTipVisibility
Gets a Visibility value that indicates whether the task bar tool tips are displayed. This is a dependency property.
Template (Inherited from Control.)
TemplatedParent (Inherited from FrameworkElement.)
ThumbVisibility
Gets a Visibility value that indicates whether Thumb controls should be visible enabling the user to edit the values of task items in the control by drag and drop operations (the Thumb objects would be visible if IsReadOnly property is set to false). This is a dependency property.
TimelinePageFinish
Gets or sets the maximum date and time that the user could horizontally scroll to in the chart. This is a dependency property.
TimelinePageStart
Gets or sets the minimum date and time that the user could horizontally scroll to in the chart. This is a dependency property.
ToolTip (Inherited from FrameworkElement.)
ToolTipTemplate
Gets or sets the template to be used for displaying the content of task bar tool tips (by default the Content property value of the task item, when IsTaskToolTipVisible is true). This is a dependency property.
TouchesCaptured (Inherited from UIElement.)
TouchesCapturedWithin (Inherited from UIElement.)
TouchesDirectlyOver (Inherited from UIElement.)
TouchesOver (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
Uid (Inherited from UIElement.)
UnassignedScheduleChartItemBackground
Gets or sets the background of the Unassigned schedule chart item generated by GetScheduleChartItems()()() method. This is a dependency property.
UnassignedScheduleChartItemContent
Gets or sets the content of the Unassigned schedule chart item generated by GetScheduleChartItems()()() method, and considered by UpdateChangesFromScheduleChartItems(ObservableCollection<(Of <(ScheduleChartItem>)>)) method. If this property is set to null, the Unassigned schedule chart item is not generated, nor considered for updating. The default value is null. This is a dependency property.
UndoLimit
Gets or sets the number of actions stored in the undo queue. This is a dependency property.
UndoLinkingTimeLimit
Gets or sets the maximum time interval to consider between subsequent internal operations in order to determine the end user action boundaries when performing undo and redo operations. This is a dependency property.
UndoQueueCount
Gets the number of recorded actions in the undo queue.
UpdateScaleInterval
Gets or sets the time interval that should be used for rounding the timing property values when drag and drop operations are used to modify task items in the chart (by default 15 minutes). This is a dependency property.
UpdateScaleOrigin
Gets or sets the origin date and time referred by UpdateScaleInterval value used during drag and drop update operations. This is a dependency property.
UpdateTimelinePageAmount
Gets or sets the amount to update timeline page when the increase and decrease update timeline page buttons are clicked. This is a dependency property.
UseLayoutRounding (Inherited from FrameworkElement.)
VerticalAlignment (Inherited from FrameworkElement.)
VerticalContentAlignment (Inherited from Control.)
VerticalOffset
Gets a value that contains the vertical offset of the scrolled content.
VerticalScrollBar
Gets the element displaying the vertical scroll bar of the Gantt Chart.
ViewportHeight
Gets a value that contains the vertical size of the viewable content.
Visibility (Inherited from UIElement.)
VisibleDayFinish
Gets or sets the maximum time of day that is visible in the chart (by default, 4:00 PM). This is a dependency property.
VisibleDayStart
Gets or sets the minimum time of day that is visible in the chart (by default, 8:00 AM). This is a dependency property.
VisibleWeekFinish
Gets or sets the maximum day of week that is visible in the chart (by default, Saturday). This is a dependency property.
VisibleWeekStart
Gets or sets the minimum day of week that is visible in the chart (by default, Sunday). This is a dependency property.
VisualBitmapEffect Obsolete. (Inherited from Visual.)
VisualBitmapEffectInput Obsolete. (Inherited from Visual.)
VisualBitmapScalingMode (Inherited from Visual.)
VisualCacheMode (Inherited from Visual.)
VisualChildrenCount (Inherited from FrameworkElement.)
VisualClearTypeHint (Inherited from Visual.)
VisualClip (Inherited from Visual.)
VisualEdgeMode (Inherited from Visual.)
VisualEffect (Inherited from Visual.)
VisualOffset (Inherited from Visual.)
VisualOpacity (Inherited from Visual.)
VisualOpacityMask (Inherited from Visual.)
VisualParent (Inherited from Visual.)
VisualScrollableAreaClip (Inherited from Visual.)
VisualTextHintingMode (Inherited from Visual.)
VisualTextRenderingMode (Inherited from Visual.)
VisualTransform (Inherited from Visual.)
VisualXSnappingGuidelines (Inherited from Visual.)
VisualYSnappingGuidelines (Inherited from Visual.)
WbsIndexStringSeparator
Gets or sets a the separator between parent and child WBS index string parts.
Width (Inherited from FrameworkElement.)
WorkingDayFinish
Gets or sets the maximum time of day that is considered as a working time in the chart (by default, 4:00 PM). This is a dependency property.
WorkingDayStart
Gets or sets the minimum time of day that is considered as a working time in the chart (by default, 8:00 AM). This is a dependency property.
WorkingTimeBackground
Gets or sets the working time background brush of the chart. This is a dependency property.
WorkingWeekFinish
Gets or sets the maximum day of week that is considered as a working day in the chart (by default, Friday). This is a dependency property.
WorkingWeekStart
Gets or sets the minimum day of week that is considered as a working day in the chart (by default, Monday). This is a dependency property.

Events

  NameDescription
ActualDisplayRowCountChanged
Occurs when the ActualDisplayRowCount property value changes.
AsyncPresentationCompleted
Raised when the asynchronous presentation operations are completed, during component initialization and when the source item collection changes.
AsyncPresentationStarted
Raised when the asynchronous presentation operations start, during component initialization and when the source item collection changes.
ContextMenuClosing (Inherited from FrameworkElement.)
ContextMenuOpening (Inherited from FrameworkElement.)
CreatingDependencyLine
Occurs when the end user completes a drag and drop operation resulting in a new dependency line being created between two task bars.
DataContextChanged (Inherited from FrameworkElement.)
DisplayedTimeChanged
Occurs when DisplayedTime property value changes.
DragEnter (Inherited from UIElement.)
DragLeave (Inherited from UIElement.)
DragOver (Inherited from UIElement.)
Drop (Inherited from UIElement.)
FocusableChanged (Inherited from UIElement.)
GiveFeedback (Inherited from UIElement.)
GotFocus (Inherited from UIElement.)
GotKeyboardFocus (Inherited from UIElement.)
GotMouseCapture (Inherited from UIElement.)
GotStylusCapture (Inherited from UIElement.)
GotTouchCapture (Inherited from UIElement.)
Initialized (Inherited from FrameworkElement.)
IsEnabledChanged (Inherited from UIElement.)
IsHitTestVisibleChanged (Inherited from UIElement.)
IsKeyboardFocusedChanged (Inherited from UIElement.)
IsKeyboardFocusWithinChanged (Inherited from UIElement.)
IsMouseCapturedChanged (Inherited from UIElement.)
IsMouseCaptureWithinChanged (Inherited from UIElement.)
IsMouseDirectlyOverChanged (Inherited from UIElement.)
IsStylusCapturedChanged (Inherited from UIElement.)
IsStylusCaptureWithinChanged (Inherited from UIElement.)
IsStylusDirectlyOverChanged (Inherited from UIElement.)
IsVisibleChanged (Inherited from UIElement.)
ItemActivated
Occurs when an item gets activated in the Gantt Chart, i.e. when a left mouse button click event occurs while hovering a task bar in the view.
ItemCollectionChanged
Occurs when the data item collection within the control changes.
ItemPropertyChanged
Occurs when a data property value of an item within the control changes.
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
LayoutUpdated (Inherited from UIElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostKeyboardFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
LostStylusCapture (Inherited from UIElement.)
LostTouchCapture (Inherited from UIElement.)
ManipulationBoundaryFeedback (Inherited from UIElement.)
ManipulationCompleted (Inherited from UIElement.)
ManipulationDelta (Inherited from UIElement.)
ManipulationInertiaStarting (Inherited from UIElement.)
ManipulationStarted (Inherited from UIElement.)
ManipulationStarting (Inherited from UIElement.)
MouseDoubleClick (Inherited from Control.)
MouseDown (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseRightButtonDown (Inherited from UIElement.)
MouseRightButtonUp (Inherited from UIElement.)
MouseUp (Inherited from UIElement.)
MouseWheel (Inherited from UIElement.)
PreviewDragEnter (Inherited from UIElement.)
PreviewDragLeave (Inherited from UIElement.)
PreviewDragOver (Inherited from UIElement.)
PreviewDrop (Inherited from UIElement.)
PreviewGiveFeedback (Inherited from UIElement.)
PreviewGotKeyboardFocus (Inherited from UIElement.)
PreviewKeyDown (Inherited from UIElement.)
PreviewKeyUp (Inherited from UIElement.)
PreviewLostKeyboardFocus (Inherited from UIElement.)
PreviewMouseDoubleClick (Inherited from Control.)
PreviewMouseDown (Inherited from UIElement.)
PreviewMouseLeftButtonDown (Inherited from UIElement.)
PreviewMouseLeftButtonUp (Inherited from UIElement.)
PreviewMouseMove (Inherited from UIElement.)
PreviewMouseRightButtonDown (Inherited from UIElement.)
PreviewMouseRightButtonUp (Inherited from UIElement.)
PreviewMouseUp (Inherited from UIElement.)
PreviewMouseWheel (Inherited from UIElement.)
PreviewQueryContinueDrag (Inherited from UIElement.)
PreviewStylusButtonDown (Inherited from UIElement.)
PreviewStylusButtonUp (Inherited from UIElement.)
PreviewStylusDown (Inherited from UIElement.)
PreviewStylusInAirMove (Inherited from UIElement.)
PreviewStylusInRange (Inherited from UIElement.)
PreviewStylusMove (Inherited from UIElement.)
PreviewStylusOutOfRange (Inherited from UIElement.)
PreviewStylusSystemGesture (Inherited from UIElement.)
PreviewStylusUp (Inherited from UIElement.)
PreviewTextInput (Inherited from UIElement.)
PreviewTouchDown (Inherited from UIElement.)
PreviewTouchMove (Inherited from UIElement.)
PreviewTouchUp (Inherited from UIElement.)
QueryContinueDrag (Inherited from UIElement.)
QueryCursor (Inherited from UIElement.)
RequestBringIntoView (Inherited from FrameworkElement.)
SizeChanged (Inherited from FrameworkElement.)
SourceUpdated (Inherited from FrameworkElement.)
StylusButtonDown (Inherited from UIElement.)
StylusButtonUp (Inherited from UIElement.)
StylusDown (Inherited from UIElement.)
StylusEnter (Inherited from UIElement.)
StylusInAirMove (Inherited from UIElement.)
StylusInRange (Inherited from UIElement.)
StylusLeave (Inherited from UIElement.)
StylusMove (Inherited from UIElement.)
StylusOutOfRange (Inherited from UIElement.)
StylusSystemGesture (Inherited from UIElement.)
StylusUp (Inherited from UIElement.)
TargetUpdated (Inherited from FrameworkElement.)
TextInput (Inherited from UIElement.)
TimelinePageChanged
Occurs when timeline page changes in the view.
ToolTipClosing (Inherited from FrameworkElement.)
ToolTipOpening (Inherited from FrameworkElement.)
TouchDown (Inherited from UIElement.)
TouchEnter (Inherited from UIElement.)
TouchLeave (Inherited from UIElement.)
TouchMove (Inherited from UIElement.)
TouchUp (Inherited from UIElement.)
UndoQueueChanged
Occurs when the undo queue changes, and therefore CanUndo and CanRedo methods may return updated values.
Unloaded (Inherited from FrameworkElement.)

Explicit Interface Implementations

  NameDescription
IAddChild..::.AddChild (Inherited from ItemsControl.)
IAddChild..::.AddText (Inherited from ItemsControl.)
System#Windows#Controls#Primitives#IContainItemStorage#Clear (Inherited from ItemsControl.)
System#Windows#Controls#Primitives#IContainItemStorage#ClearItemValue (Inherited from ItemsControl.)
System#Windows#Controls#Primitives#IContainItemStorage#ClearValue (Inherited from ItemsControl.)
System#Windows#Markup#IQueryAmbient#IsAmbientPropertyAvailable (Inherited from FrameworkElement.)
System#Windows#Controls#Primitives#IContainItemStorage#ReadItemValue (Inherited from ItemsControl.)
System#Windows#Controls#Primitives#IContainItemStorage#StoreItemValue (Inherited from ItemsControl.)

See Also