Package | Description |
---|---|
com.aquafold.openapi.chart |
Modifier and Type | Method and Description |
---|---|
AQChartRow |
AQChartModel.addRow(java.lang.Object category,
java.lang.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,
java.lang.Object category,
java.lang.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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AQChartRow> |
AQChartModel.getRows()
Get the list of rows
|
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.