|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GanttChartDataModel | |
---|---|
com.sas.graphics.components.ganttchart | Gantt Chart component and its related models. |
Uses of GanttChartDataModel in com.sas.graphics.components.ganttchart |
---|
Methods in com.sas.graphics.components.ganttchart that return GanttChartDataModel | |
---|---|
GanttChartDataModel |
GanttChart.getDataModel()
Returns the GanttChartDataModel that provides a handle to the data along with any associated mapping properties. |
Methods in com.sas.graphics.components.ganttchart with parameters of type GanttChartDataModel | |
---|---|
void |
GanttChart.setDataModel(GanttChartDataModel newDataModel)
Sets the GanttChartDataModel which provides a handle to the data along with any associated mapping properties to define the number and arrangement of data elements (i.e. gantt activity bars), legend and axes. |
Constructors in com.sas.graphics.components.ganttchart with parameters of type GanttChartDataModel | |
---|---|
GanttChart(GanttChartDataModel newGanttChartDataModel)
Construct a GanttChart, assigning ganttChartDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION). |
|
GanttChart(GanttChartDataModel newGanttChartDataModel,
GraphStyle newGraphStyle)
Construct a GanttChart assigning ganttChartDataModel and applying graphStyle. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |