The IGanttChartView type exposes the following members.

Methods

  NameDescription
DecreaseTimelinePageOverloaded.
GetDateTimeOverloaded.
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.
(Inherited from IGanttChartViewBase.)
GetWorkingPosition
Returns the position (x-axis coordinate) for a working time computed based on the specified date and time in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
IncreaseTimelinePageOverloaded.
ScrollTo
Scrolls the view so that a specified date and time is shown at left (or as left as possible) in the IGanttChartViewBase control. This method updates DisplayedTime, and if needed, it also updates TimelinePageStart or TimelinePageFinish.
(Inherited from IGanttChartViewBase.)
SetTimelinePageOverloaded.

Properties

  NameDescription
AreNonworkingDaysVisible
Gets or sets a value indicating whether the nonworking days are visible in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
AreNonworkingHoursVisible
Gets or sets a value indicating whether the nonworking daytime hours are visible in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
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.
(Inherited from IGanttChartViewBase.)
CanDecreaseTimelinePage
Gets a value indicating whether the timeline page can be decreased the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
CanIncreaseTimelinePage
Gets a value indicating whether the timeline page can be increased the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
DisplayedTime
Gets or sets the date and time currently displayed at the scroll bar position in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
HourWidth
Gets or sets the width of one timeline hour displayed in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
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.
(Inherited from IGanttChartViewBase.)
NonworkingTimeBackground
Gets or sets a Brush that specifies how the nonworking time is painted in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
Scales
Gets or sets the scales displayed in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
Schedule
Gets or sets the schedule used to display the timeline in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
TimelinePageDuration
Gets or sets the duration of the scrollable timeline page of the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
TimelinePageFinish
Gets or sets the finish date and time of the scrollable timeline page of the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
TimelinePageStart
Gets or sets the start date and time of the scrollable timeline page of the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
TimelinePageUpdateAmount
Gets or sets the time amount to update the horizontal scroll bar using the extra scroll bar buttons of the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
UpdateScale
Gets or sets the update scale to be used for setting date and times during drag and drop operations in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
VerticalBarProviders
Gets or sets the vertical bar providers displayed in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
WorkingTimeBackground
Gets or sets a Brush that specifies how the working time is painted in the IGanttChartViewBase control.
(Inherited from IGanttChartViewBase.)
WorkTimeIntervals
Gets a collection of time intervals that are displayed by this IGanttChartViewBase.
(Inherited from IGanttChartViewBase.)

Events

  NameDescription
TimelinePageChanged
Occurs when the SetTimelinePage method is invoked.
(Inherited from IGanttChartViewBase.)

See Also