Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGrid |
IlvChart.createGrid(int axisIdx)
Creates a grid for the specified axis.
|
IlvGrid |
IlvChart.getXGrid()
Returns the abscissa grid.
|
IlvGrid |
IlvChart.getYGrid(int yAxisIdx)
Returns the grid associated with the specified y-axis.
|
Modifier and Type | Method and Description |
---|---|
static int |
IlvGrid.getAxisIndex(IlvGrid grid)
Returns the axis index of the specified grid.
|
void |
IlvChart.setXGrid(IlvGrid grid)
Changes the abscissa grid.
|
void |
IlvChart.setYGrid(int yAxisIdx,
IlvGrid grid)
Changes the grid of the specified y-axis.
|
Modifier and Type | Method and Description |
---|---|
IlvGrid |
IlvScheduleDataChart.getYGrid()
Returns the grid associated with the ordinate y-axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setYGrid(IlvGrid grid)
Changes the grid of the ordinate y-axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.