As I understand to create a lineChart I need to call LineChartBuilder which needs 3 parameters: X,Y,B. what are these parameters? How to deal with LineChart?
Or where to look for information.
As I understand to create a lineChart I need to call LineChartBuilder which needs 3 parameters: X,Y,B. what are these parameters? How to deal with LineChart?
Or where to look for information.
There is no class called LineChartBuilder in either GXT 2 or 3 - where are you getting this from?
There is no class called LineChartBuilder in either GXT 2 or 3 - where are you getting this from?
but it is the only suggestion given by ide on the word Line. There is no spesial imports so I guess it is from com.extjs.gxt.charts.client.Chart;