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>