Gantt Styles

Bar Styles

Contains the full list of bar styles.

Tooltip Styles

Contains the full list of tooltip styles.

Task Styles

Contains the full list of task styles.

Period Styles

Contains the full list of period styles.

Resource Styles

Contains the full list of resource styles.

Connector Styles

Contains the full list of connector styles.

Defaults

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>

Return to Top