public interface IGraph
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
colCount()
The number of columns.
|
String |
colName(int col)
Gets the name of the specified column.
|
int |
colTotal(int col)
The sum of the values in the specified graph data column.
|
short |
colType(int col)
For HP use.
|
IList |
crossDrillDown(Object areas)
Cross project graph data drill-down.
|
int |
data(int col,
int row)
The data in the specified cell.
|
IList |
drillDown(Object pAreas,
Object mAreas)
Drills down to graph data.
|
int |
graphTotal()
The total number of items represented in the graph.
|
int |
maxValue()
The maximum value in the graph.
|
IList |
multiDrillDown(Object areas)
Gets detailed information about a graph area consisting of four sets of coordinates.
|
int |
rowCount()
The number of rows.
|
String |
rowName(int row)
Gets the row name of the specified row.
|
int |
rowTotal(int row)
The sum of the values in the specified graph data row.
|
Date |
startDate()
The start date for the graph.
|
IList |
warnings()
Returns a list of warnings returned for this graph by the server.
|
Object |
warnings(int index) |
String colName(int col)
Gets the name of the specified column. Column numbers are zero-based.
Getter method for the COM property "ColName"
col
- Mandatory int parameter.String rowName(int row)
Gets the row name of the specified row. Row numbers are zero-based.
Getter method for the COM property "RowName"
row
- Mandatory int parameter.short colType(int col)
For HP use. The column type.
Getter method for the COM property "ColType"
col
- Mandatory int parameter.int data(int col, int row)
The data in the specified cell. Column and Row numbers are zero-based.
Getter method for the COM property "Data"
col
- Mandatory int parameter.row
- Mandatory int parameter.int colCount()
The number of columns.
Getter method for the COM property "ColCount"
int rowCount()
The number of rows.
Getter method for the COM property "RowCount"
IList drillDown(Object pAreas, Object mAreas)
Drills down to graph data.
pAreas
- Mandatory java.lang.Object parameter.mAreas
- Mandatory java.lang.Object parameter.int maxValue()
The maximum value in the graph.
Getter method for the COM property "MaxValue"
int graphTotal()
The total number of items represented in the graph.
Getter method for the COM property "GraphTotal"
int rowTotal(int row)
The sum of the values in the specified graph data row. The row number is zero-based.
Getter method for the COM property "RowTotal"
row
- Mandatory int parameter.int colTotal(int col)
The sum of the values in the specified graph data column. The column number is zero-based.
Getter method for the COM property "ColTotal"
col
- Mandatory int parameter.IList multiDrillDown(Object areas)
Gets detailed information about a graph area consisting of four sets of coordinates.
areas
- Mandatory java.lang.Object parameter.Date startDate()
The start date for the graph.
Getter method for the COM property "StartDate"
IList warnings()
Returns a list of warnings returned for this graph by the server.
Getter method for the COM property "Warnings"
Object warnings(int index)
IList crossDrillDown(Object areas)
Cross project graph data drill-down. Returns a list of lists, each containing the ID of the source project and the IDs of the entities relevant to the drill-down area.
areas
- Mandatory java.lang.Object parameter.Copyright © 2020. All rights reserved.