IGraph Interface
Description
Represents a graph built through a method.
Public Methods
Public Method CrossDrillDownCross project graph data drill-down.
Public Method DrillDownDrills down to graph data.
Public Method MultiDrillDownGets detailed information about a graph area consisting of four sets of coordinates.
Public Properties
Public Property ColCountThe number of columns.
Public Property ColNameGets the name of the specified column. Column numbers are zero-based.
Public Property ColTotalThe sum of the values in the specified graph data column. The column number is zero-based.
Public Property DataThe data in the specified cell. Column and Row numbers are zero-based.
Public Property GraphTotalThe total number of items represented in the graph.
Public Property MaxValueThe maximum value in the graph.
Public Property RowCountThe number of rows.
Public Property RowNameGets the row name of the specified row. Row numbers are zero-based.
Public Property RowTotalThe sum of the values in the specified graph data row. The row number is zero-based.
Public Property StartDateThe start date for the graph.
Public Property WarningsReturns a list of warnings returned for this graph by the server.
See Also