Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration used for specifying how to layout the Gantt chart.

since

1.0

see

GanttChart.setDisplayMode(DisplayMode)

Index

Enumeration members

Enumeration members

GRAPHICS_ONLY

GRAPHICS_ONLY: = "GRAPHICS_ONLY"

Only display the tree table view.

since

1.0

STANDARD

STANDARD: = "STANDARD"

Only display the graphics view.

since

1.0

TABLE_ONLY

TABLE_ONLY: = "TABLE_ONLY"

Show the tree table view and the graphics view.

since

1.0