OpenAPI 1.0

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

Packages that use AQChartRow
com.aquafold.openapi.chart   
 

Uses of AQChartRow in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart that return AQChartRow
 AQChartRow AQChartModel.addRow(Object category, Number... values)
          Add a row of data containing the specified Category and an array of numbers, one for each series.
 AQChartRow AQChartModel.getRow(int rowNumber)
          Get the row at the specified index
 AQChartRow AQChartModel.insertRow(int index, Object category, Number... values)
          Insert a row of data containing the specified Category and an array of numbers, one for each series.
 AQChartRow AQChartModel.removeRow(int index)
          Remove the row at the specified index
 

Methods in com.aquafold.openapi.chart that return types with arguments of type AQChartRow
 List<AQChartRow> AQChartModel.getRows()
          Get the list of rows
 


OpenAPI 1.0


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