OpenAPI 1.0

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

Packages that use AQChartModel
com.aquafold.openapi.chart   
 

Uses of AQChartModel in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart that return AQChartModel
 AQChartModel AQChart.getModel()
          Get the Chart's data model.
 

Methods in com.aquafold.openapi.chart with parameters of type AQChartModel
 List<Number> AQSeriesFunction.evaluate(List<AQFunctionParameter> parameters, AQChartModel model)
          Evaluate the function using the specified parameters and data model.
 boolean AQSeriesFunction.isValid(List<AQFunctionParameter> parameters, AQChartModel model, int functionSeriesIndex)
          Returns TRUE if the specified function parameters are valid when used with the ChartModel.
 void AQChart.setModel(AQChartModel model)
          Set the Chart's data model.
 


OpenAPI 1.0


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