public interface ChartTypeInfo
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[][][][] | 
getAvailableCombTypes()
Returns all supported combined chart types. 
 | 
java.lang.String[] | 
getChartTypeNames()
Returns all supported chart type names. 
 | 
java.lang.String[] | 
getSubTypeNames(java.lang.String type)
Returns all supported chart sub-type names with the specified chart type. 
 | 
java.lang.String[] getChartTypeNames()
java.lang.String[] getSubTypeNames(java.lang.String type)
type - the chart type namejava.lang.String[][][][] getAvailableCombTypes()