The IGanttChartViewBase type exposes the following members.

Methods

  NameDescription
DecreaseTimelinePageOverloaded.
GetDateTimeOverloaded.
GetEntityAt
Returns the entity at the specified position (y-axis coordinate) in the IChartView control.
(Inherited from IChartView.)
GetItemAt
Returns the item at the specified position (y-axis coordinate) in the IChartView control.
(Inherited from IChartView.)
GetItemHeightOverloaded.
GetItemIndexAt
Returns the zero-based index of the item at the specified position (y-axis coordinate) in the IChartView control.
(Inherited from IChartView.)
GetItemTopOverloaded.
GetPositionOverloaded.
GetWorkingDateTime
Returns the date and time for a working time position computed based on the specified position (x-axis coordinate) in the IGanttChartViewBase control.
GetWorkingPosition
Returns the position (x-axis coordinate) for a working time computed based on the specified date and time in the IGanttChartViewBase control.
IncreaseTimelinePageOverloaded.
RefreshItems
Refreshes the user interface of the presented items within the control by rebinding their appropriate attached property values to the master values provided by the control instance.
(Inherited from IChartView.)
ScrollToOverloaded.
SetTimelinePageOverloaded.

Properties

  NameDescription
ActualHeaderHeight
Gets the actual height of the header displayed in the IChartView control.
(Inherited from IChartView.)
AreItemUserPermissionsApplied
Gets or sets a value indicating whether to apply specific attached user permission values if they are set for specific items in the IChartView control.
(Inherited from IChartView.)
AreNonworkingDaysVisible
Gets or sets a value indicating whether the nonworking days are visible in the IGanttChartViewBase control.
AreNonworkingHoursVisible
Gets or sets a value indicating whether the nonworking daytime hours are visible in the IGanttChartViewBase control.
AreUpdateTimelinePageButtonsVisible
Gets or sets a value indicating whether to show extra scroll buttons that would allow the user to change the timeline page in the IGanttChartViewBase control.
BarHeight
Gets or sets a value that specifies the bar height of an entity item in the IChartView control.
(Inherited from IChartView.)
BarVerticalAlignment
Gets or sets a value that specifies the bar vertical alignment (position of the bar in the item row space after applying the bar vertical margin) of an entity item in the IChartView control.
(Inherited from IChartView.)
BarVerticalMargin
Gets or sets a value that specifies the bar vertical margin (the emtpy space remaining at the top and at the bottom of the bar) of an entity item in the IChartView control.
(Inherited from IChartView.)
CanDecreaseTimelinePage
Gets a value indicating whether the timeline page can be decreased the IGanttChartViewBase control.
CanIncreaseTimelinePage
Gets a value indicating whether the timeline page can be increased the IGanttChartViewBase control.
DisplayedTime
Gets or sets the date and time currently displayed at the scroll bar position in the IGanttChartViewBase control.
ElementEffect
Gets or sets the bitmap effect to apply to the elements in the IChartView control.
(Inherited from IChartView.)
HeaderBackground
Gets or sets a Brush that specifies how the header background is painted in the IChartView control.
(Inherited from IChartView.)
HeaderHeight
Gets or sets the height of the header displayed in the IChartView control.
(Inherited from IChartView.)
HourWidth
Gets or sets the width of one timeline hour displayed in the IGanttChartViewBase control.
HoverElementEffect
Gets or sets the bitmap effect to apply to the hovered elements in the IChartView control.
(Inherited from IChartView.)
IsItemAppearanceApplied
Gets or sets a value indicating whether to apply specific attached appearance values if they are set for specific items in the IChartView control.
(Inherited from IChartView.)
IsItemToolTipEnabled
Gets or sets a value indicating whether the item content tool tip is enabled in the IChartView control.
(Inherited from IChartView.)
IsItemVisibilityApplied
Gets or sets a value indicating whether to apply specific attached visibility values if they are set for specific items in the IChartView control.
(Inherited from IChartView.)
IsTimelinePageReadOnly
Gets or sets a value indicating whether the timeline page is read-only in the IGanttChartViewBase control so that the user cannot update it using the increase and decrease timeline page scroll bar buttons or by executing specific commands.
IsVirtualizing
Gets or sets a value that indicates whether the control is using virtualization, displaying the user interface only for the items within the scroll view.
(Inherited from IChartView.)
ItemBackground
Gets or sets a Brush that specifies how the background of an entity item is painted in the IChartView control.
(Inherited from IChartView.)
ItemBorderBrush
Gets or sets a Brush that specifies how the border of an entity item is painted in the IChartView control.
(Inherited from IChartView.)
ItemBorderThickness
Gets or sets a Thickness that specifies the thickness of the border of an entity item in the IChartView control.
(Inherited from IChartView.)
ItemContextMenu
Gets or sets the context menu to be used for a task in the IChartView control.
(Inherited from IChartView.)
ItemHeight
Gets or sets a value that specifies the height of an item row in the IChartView control.
(Inherited from IChartView.)
MaxHeaderHeight
Gets or sets the maximum height of the header displayed in the IChartView control.
(Inherited from IChartView.)
MinHeaderHeight
Gets or sets the minimum height of the header displayed in the IChartView control.
(Inherited from IChartView.)
NonworkingTimeBackground
Gets or sets a Brush that specifies how the nonworking time is painted in the IGanttChartViewBase control.
Scales
Gets or sets the scales displayed in the IGanttChartViewBase control.
Schedule
Gets or sets the schedule used to display the timeline in the IGanttChartViewBase control.
TimelinePageDuration
Gets or sets the duration of the scrollable timeline page of the IGanttChartViewBase control.
TimelinePageFinish
Gets or sets the finish date and time of the scrollable timeline page of the IGanttChartViewBase control.
TimelinePageStart
Gets or sets the start date and time of the scrollable timeline page of the IGanttChartViewBase control.
TimelinePageUpdateAmount
Gets or sets the time amount to update the horizontal scroll bar using the extra scroll bar buttons of the IGanttChartViewBase control.
UpdateScale
Gets or sets the update scale to be used for setting date and times during drag and drop operations in the IGanttChartViewBase control.
VerticalBarProviders
Gets or sets the vertical bar providers displayed in the IGanttChartViewBase control.
WorkingTimeBackground
Gets or sets a Brush that specifies how the working time is painted in the IGanttChartViewBase control.
WorkTimeIntervals
Gets a collection of time intervals that are displayed by this IGanttChartViewBase.

Events

  NameDescription
TimelinePageChanged
Occurs when the SetTimelinePage method is invoked.

See Also