Gantt Settings

Controls the look and feel of the chart.

Locale

Contains information and rules of data input. Attributes include:

      Date_time_format

Title

Defines the Gantt Chart title. Attributes include:

      Text

      Margin

      Font_style

Subtitle

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

Footer

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

Inner Margin

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.

Outer Margin

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.

Background

Configures the general background. Attributes include:

      Fill

      Border

Navigation

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

Context Menu

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

Image Export

Contains the settings that are required to export the Gantt Chart as a bitmap image.

Print

Used to configure the Gantt Chart's printing settings. Attributes include:

      Header

      Footer

      Border

      Margin

Editing

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>

Return to Top