OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.data.AQPivotDataSet

Packages that use AQPivotDataSet
com.aquafold.openapi.chart   
com.aquafold.openapi.data   
com.aquafold.openapi.io   
com.aquafold.openapi.report   
 

Uses of AQPivotDataSet in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart with parameters of type AQPivotDataSet
 void AQChart.setDataSource(AQPivotDataSet pivotDataSet)
          Use the specified AQPivotDataSet as the AQChartModel's datasource
 void AQChartModel.setDataSource(AQPivotDataSet pivotDataSet)
          Use the specified AQPivotDataSet as the Chart Model's data source

Once the DataSource is specified, then the category & series values can be populated by selecting DataSource fields using these methods:
addCategoryField(String field)
addSeriesField(String field)
setCategoryFieldNumbers(Integer ...

 

Uses of AQPivotDataSet in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data that return AQPivotDataSet
 AQPivotDataSet AQDataFactory.newPivotDataSet()
          Factory method returns a new empty pivot data set.
 

Methods in com.aquafold.openapi.data with parameters of type AQPivotDataSet
 void AQExcelSpreadsheet.insertPivotTable(AQPivotDataSet pivotDataSet)
          Creates a new worksheet with the pivot data set inserted.
 

Uses of AQPivotDataSet in com.aquafold.openapi.io
 

Methods in com.aquafold.openapi.io with parameters of type AQPivotDataSet
 void AQExcelWriter.insertPivotTable(AQPivotDataSet dataSet)
          Inserts a new worksheet containing pivot table from the specified data set.
 

Uses of AQPivotDataSet in com.aquafold.openapi.report
 

Methods in com.aquafold.openapi.report with parameters of type AQPivotDataSet
 void AQReport.addDataSet(AQPivotDataSet dataSet, AQReportDataSetSettings settings)
          Adds a pivot data set to this report.
 void AQReport.addDataSet(AQPivotDataSet dataSet, AQReportDataSetSettings settings, AQChart chart)
          Adds a pivot data set, with chart enabled, to this report.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.