OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.chart.AQDataSource

Packages that use AQDataSource
com.aquafold.openapi.chart   
 

Uses of AQDataSource in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart that return AQDataSource
 AQDataSource AQChart.getDataSource()
          Get the AQChartModel's datasource.
 AQDataSource AQChartModel.getDataSource()
          Get the chart model's underlying DataSource (for example, an AQDataSet or AQPivotDataSet).
 

Methods in com.aquafold.openapi.chart with parameters of type AQDataSource
 void AQChart.setDataSource(AQDataSource dataSource)
          Use the specified AQDataSource as the AQChartModel's datasource
 void AQChartModel.setDataSource(AQDataSource dataSource)
          Use the specified AQDataSource 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 ...

 


OpenAPI 1.0


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