Chart object
The Chart object contains all properties and methods related to the Gantt chart area. Use the Bars property to access the control's Bars collection. Use the PaneWidth property to specify the width of the chart area. Use the AddBar property to add new bars to an item. Use the LevelCount property to specify the number of levels in the control's header. The Chart object supports the following properties and methods: 

 NameDescription 
  AMPMSpecifies the AM and PM indicators. 
  BackColorRetrieves or sets a value that indicates the chart's background color.  
  BackColorLevelHeaderSpecifies the background color for the chart's levels. 
  BarsRetrieves the Bars collection. 
  DateFromPointRetrieves the date from the cursor. 
  DrawDateTickerRetrieves or sets a value that indicates whether the control draws a ticker around the current date while cursor hovers the chart's client area. 
  DrawGridLinesRetrieves or sets a value that indicates whether the grid lines are visible or hidden. 
  DrawLevelSeparatorRetrieves or sets a value that indicates whether lines between levels are shown or hidden. 
  FirstVisibleDateRetrieves or sets a value that indicates the first visible date. 
  FirstWeekDaySpecifies the first day of the week. 
  ForeColorRetrieves or sets a value that indicates the chart's foreground color. 
  ForeColorLevelHeaderSpecifies the foreground color for the chart's levels. 
  FormatDateFormats the date. 
  LabelRetrieves or sets a value that indicates the predefined format of the level's label for a specified unit. 
  LabelToolTipRetrieves or sets a value that indicates the predefined format of the level's tooltip for a specified unit. 
  LevelRetrieves the level based on its index. 
  LevelCountSpecifies the number of levels in the control's header. 
  LinksColorSpecifies the color to draw the links between the bars. 
  LinksStyleSpecifies the style to draw the links between the bars. 
  LinksWidthSpecifies the width in pixels of the pen to draw the links between the bars. 
  MarkTodayColorRetrieves or sets a value that indicates the color to mark today in the chart. 
  MonthNamesRetrieves or sets a value that indicates the list of month names, separated by space. 
  NextDateGets the next date based on the unit. 
  NonworkingDaysRetrieves or sets a value that indicates the non-working days, for each week day a bit. 
  NonworkingDaysColorRetrieves or sets a value that indicates the color to fill the non-working days. 
  NonworkingDaysPatternRetrieves or sets a value that indicates the pattern being used to fill non-working days. 
  OverviewBackColorSpecifies the background color of the chart's overview. 
  OverviewHeightSpecifies whether the height of the chart's overview. 
  OverviewLevelLinesIndicates the index of the level that displays the grid line in the chart's overview. 
  OverviewSelBackColorSpecifies the selection color of the chart's overview. 
  OverviewToolTipRetrieves or sets a value that indicates the format of the tooltip being shown while the cursor hovers the chart's overview area. 
  OverviewVisibleSpecifies whether the chart's overview layout is visible or hidden. 
  PaneWidthSpecifies the width for the left or side pane. 
  PictureRetrieves or sets a graphic to be displayed in the chart. 
  PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the chart's background 
  ScrollBarShows or hides the chart's horizontal scroll bar. 
  ScrollToScrolls the chart so the specified date is visible. 
  ShowLinksRetrieves or sets a value that indicates whether the links between bars are visible or hidden. 
  ToolTipRetrieves or sets a value that indicates the format of the tooltip being shown while the user scrolls the chart. 
  UnitScaleRetrieves or sets a value that indicates the base unit being displayed. 
  UnitWidthSpecifies the width in pixels for the minimal unit. 
  WeekDaysRetrieves or sets a value that indicates the list of names for each week day, separated by space. 
  ZoomSets or retrieves the magnification scale of the chart.