yes now run ok George
I made an error on addserie method because you added other lines
yes now run ok George
I made an error on addserie method because you added other lines
oApp():oGraph:lToolTip := .t.
oApp():oGraph:cToolTip = Â { | nAt, nSerie, nRow, nCol | nSerie := If( nAt % ;
             Len( oApp():oGraph:aSeries ) == 0, Len( oApp():oGraph:aSeries ),;
             Int( nAt % Len( oApp():oGraph:aSeries ) ) ),;
             oApp():oGraph:ToolTip( nAt, nRow, nCol, nSerie) }

can you give to me your mail or you can send me a message at silvio[dot]falconi[at]gmail[dot]com thanks
oGraph:cToolTip = { | nAt, nSerie, nIndex | nSerie := If( nAt % ;
Len( oGraph:aSeries ) == 0, Len( oGraph:aSeries ),;
Int( nAt % Len( oGraph:aSeries ) ) ),;
"Series: " + Alltrim( Str( nSerie ) ) + CRLF + ;
"Bar: " + AllTrim( Str( nIndex := Int( nAt / Len( oGraph:aSeries ) ) + 1 + ;
If( nAt % Len( oGraph:aSeries ) == 0, -1, 0 ) ) ) + CRLF + ;
"Value: " + AllTrim( Str( oGraph:aData[ nSerie ][ nIndex ] ) ) }thanks antonio
But we must say it run only with graphics type bars ..for the other not run !!!
Yes, it is only for bars