The following Gantt Format Properties are available for use with the Gantt Display Adapter. Click on a link to move directly to that section.
Controls the look and feel of the chart.
Contains information and rules of data input. Attributes include:
• Date_time_format
Defines the Gantt Chart title. Attributes include:
• Text
• Margin
• Font_style
Contains settings for the Gantt Chart's auxiliary title of Gantt Chart. The Subtitle title is always positioned under the primary title if they have identical positions relative to the Gantt Chart. Attributes include:
• Text
• Margin
• Font_style
Contains settings for the lower title. Functions and settings of the footer are identical to their title's and subtitle's functions and settings. Attributes include:
• Text
• Margin
• Font_style
Contains values of margins relative to the background. All the content of Gantt Chart is generated inside the background taking these margins into consideration. Margins can be set for each side or for all sides together.
Contains the margin settings of all sides relative to the Flash Player. All the content of Gantt Chart is displayed inside the frames formed with the help of margins, including background, titles, and navigation panel. Margins can be set for each side or all sides together.
Configures the general background. Attributes include:
• Fill
• Border
Contains the Navigation Panel settings. The Navigation Panel is a bar that holds command buttons that let the user to work with Gantt Chart in real time. The panel may be located at any side relative to the Gantt Chart, but the default is on the right side. Attributes include:
• Buttons
• Background
Contains settings that deal with Flash Player's context menu. Some or all menus can be excluded if you wish. Attributes include:
• Save_as_image_item_text
• Print_chart_item_text
Contains the settings that are required to export the Gantt Chart as a bitmap image.
Used to configure the Gantt Chart's printing settings. Attributes include:
• Header
• Footer
• Border
• Margin
Contains settings for UI-based element editing. Attributes include:
• Rounding
Example XML:
<settings>
<locale>
<date_time_format week_starts_from_monday="True">
<months>
<names>January,February,March,April,May,June,July,August,September,October,November,December</names>
<short_names>Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec</short_names>
</months>
<time am_string="AM" short_am_string="A" pm_string="PM" short_pm_string="P" />
<week_days>
<names>Sunday,Monday,Tuesday,wednesday,Thursday,Friday,Saturday</names>
<short_names>Su,Mo,Tu,We,Th,Fr,Sa</short_names>
</week_days>
<format>
<full>%yyyy.%MM.%dd.%HH.%mm.%ss</full>
<date>%yyyy.%MM.%dd</date>
<time>%HH.%mm.%ss</time>
</format>
</date_time_format>
</locale>
</settings>
Contains the full list of bar styles.
Contains the full list of tooltip styles.
Contains the full list of task styles.
Contains the full list of period styles.
Contains the full list of resource styles.
Contains the full list of connector styles.
Contains styles that are applied to the whole Gantt chart by default if the corresponding style isn't set. Attributes include:
• Summary
• Task
• Milestone
• Period
• Connector
• Resource
Example XML:
<styles>
<task_styles>
<task_style name="sampleStyle">
<row>
<fill enabled="true" type="Solid" color="Rgb(250,0,0)" opacity="0.2" />
</row>
</task_style>
</task_styles>
</styles>
A component consisting of two parts:
• Time scale, divided into time periods
• Plot, displaying the Gantt Chart under the time scale
Contains timeline settings. Attributes include:
• Padding_unit
• Left
• Right
• Start
• End
• Show_start
• Show_end
• Height
• Lines
Contains plot settings - a visual component that draws intervals on the time scale. Attributes include:
• Background
• Grid
• Non_working_days
• Non_working_hours
• Project_start
• Project_end
• Current_time
Example XML:
<timeline>
<scale padding_unit="Day" left="5" right="5" />
</timeline>
A node that contains settings for displaying auxiliary task or resources data in the table view.
Contains a set of visual settings for the grid. Attributes include:
• Background
• Cell
• Header
• Row separator
• Column separator
Contains the settings of the collapser for summary tasks and grouped tasks in the Gantt Chart. Attributes include:
• Fill
• Border
• States
Contains a full list of all columns in the data grid. If the node is set, it will use only the settings of pre-set columns. If the node is not set, the default column settings are used. Attributes include:
• Column
Contains the settings for the separator located between Data-Grid and Time-Line Controls. Attributes include:
• Fill
• Border
• States
Example XML:
<datagrid>
<style>
<header>
<cell>
<fill enabled="true" type="Solid" color="#A5D9A5" />
</cell>
</header>
</style>
</datagrid>