public interface ChartManager extends Manager
ChartServices library.
 It is the library's main entry point, and provides all the services to manage
 ChartServices.ChartService, 
GroupedCharts, 
ChartProperties, 
ChartServiceManager| Modifier and Type | Method and Description | 
|---|---|
ChartService | 
createChart(ChartProperties properties)
Create an instance of a  
ChartService. | 
ChartDataSet | 
createChartDataSet()
It creates a new instance of  
ChartDataSet. | 
GroupedCharts | 
createGroupedCharts()
Create an instance of a  
ChartService to be used as a GroupedCharts. | 
ChartProperties | 
createProperties(String type)
Create an instance of a  
ChartProperties. | 
ChartServiceManager | 
getChartServiceManager()
It returns the class responsible of the management of the services registered
 (each service is a different kind of chart) 
 | 
String | 
getTranslation(String string)  | 
createServiceParameters, getServiceChartProperties createProperties(String type) throws ServiceException
ChartProperties.The - ID of the type of the ChartProperties to createChartPropertiesServiceException - if there is an error creating the ChartPropertiesChartService createChart(ChartProperties properties) throws ServiceException
ChartService.The - ChartProperties of the ChartService to createChartServiceServiceException - if there is an error creating the ChartServiceGroupedCharts createGroupedCharts()
ChartService to be used as a GroupedCharts.GroupedChartsChartServiceManager getChartServiceManager()
ChartServiceManagerChartDataSet createChartDataSet()
ChartDataSet.ChartDataSet