Integrating the project file into an application
A project file created with the Designer includes styling and data source information. See 
Integrating your development into an application for more about project files and CSS style sheets.
The project file is used by an application through the 
IlvGanttChart and 
IlvGanttConfiguration classes.
Typical Java code for including the project file in an application
IlvGanttChart ganttChart = new IlvGanttChart()
ganttChart.setProject(url);
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.