|
OpenAPI 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AQBIChartModel
BIChartModel
Synopsis: BIChartModel contains the data to be rendered in the chart. Description:
Method Summary | |
---|---|
List<String> |
getColumnFields()
Get the list of datasource fields containing column header values |
AQDataSource |
getDataSource()
Get the chart model's underlying DataSource (for example, an AQDataSet or AQPivotDataSet). |
List<String> |
getRowFields()
Get the list of datasource fields containing row header values |
void |
setColumnFields(String... columnFieldNames)
Select column headers from one or more fields in the datasource |
void |
setDataSource(AQDataSet dataSet)
Use the specified AQDataSet as the Chart Model's data source. |
void |
setDataSource(AQDataSource dataSource)
Use the specified AQDataSource as the Chart Model's data source |
void |
setDataSource(AQPivotDataSet pivotDataSet)
Use the specified AQPivotDataSet as the Chart Model's data source |
void |
setRowFields(String... rowFieldNames)
Select row headers from one or more fields in the datasource |
Method Detail |
---|
void setDataSource(AQDataSet dataSet)
dataSet
- AQDataSet containing rows and columns of data. If null, then values must be explicitly added using the add/insert/set methods.AQDataSource getDataSource()
void setDataSource(AQDataSource dataSource)
dataSource
- AQDataSource containing rows and columns of data. If null, then values must be explicitly added using the add/insert/set methods.void setDataSource(AQPivotDataSet pivotDataSet)
pivotDataSet
- AQPivotDataSet containing rows and columns of data. If null, then values must be explicitly added using the add/insert/set methods.List<String> getRowFields()
void setRowFields(String... rowFieldNames)
rowFieldNames
- Name of field in datasourceList<String> getColumnFields()
void setColumnFields(String... columnFieldNames)
columnFieldNames
- Name of field in datasource
|
OpenAPI 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |