I just add a test for viewing if my grid is or isn't irregular
if (lXinc != lZinc )
fColorGrid.setIrregularGrid(true);
else
fColorGrid.setIrregularGrid(false);
and after fColorGrid.add(lX,lValue,lZ);
GOOD and thanks all for this help
bye
Search found 3 matches
- Fri Jul 11, 2008 2:23 pm
- Forum: Java
- Topic: Problem ColorGrid with a double value
- Replies: 3
- Views: 6707
- Thu Jul 10, 2008 1:45 pm
- Forum: Java
- Topic: Problem ColorGrid with a double value
- Replies: 3
- Views: 6707
some more information
i have this error fListPositions size =92 fListAngles size =123 Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsEx ception: -1 at com.steema.teechart.styles.ValueList.getValue(ValueList.java: 430) at com.steema.teechart.styles.ColorGrid.drawGrid(ColorGrid.java: 162) at com.stee...
- Thu Jul 10, 2008 1:33 pm
- Forum: Java
- Topic: Problem ColorGrid with a double value
- Replies: 3
- Views: 6707
Problem ColorGrid with a double value
I have a big trouble when i try to setting a double value with a ColorGrid. I set successfully with a indice table of value if work very fine but when i try to set a double value is not work !! exemple: tab[0] =1.114; tab1[0] = 55,5; tab[1] =1.256; tab1[1] = 60,5; tab[3] = 1.356; lX = tab[0]; ..... ...