Search found 20 matches: sparklines

Return to advanced search

Re: Sparklines in XBROWSE like Excel 2010

Silvio,

nZeile = nRowheight

I changed the code for better understanding and forgot of one item. Now it is ok.
Best regards,
Otto
by Otto
Mon Dec 07, 2009 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sparklines in XBROWSE like Excel 2010
Replies: 13
Views: 3262

Re: Sparklines in XBROWSE like Excel 2010

Otto,
It make an error on nzeile . wich is the value of nzeile ?
I think we can insert it on xbrowse class as a new method
by Silvio
Mon Dec 07, 2009 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sparklines in XBROWSE like Excel 2010
Replies: 13
Views: 3262

Re: Sparklines in XBROWSE like Excel 2010

Best regards, Otto #include "fivewin.ch"#include "xbrowse.ch"function main()   local oDlg, oBrw   local oFont   local aData    := {}   DEFINE FONT oFont   NAME 'TAHOMA' SIZE 0,-12   AAdd( aData, {'A',  12, 450, 130, 330, 155,  80, 70,  80, 90, 111, 166,...
by Otto
Mon Dec 07, 2009 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sparklines in XBROWSE like Excel 2010
Replies: 13
Views: 3262

Re: Sparklines in XBROWSE like Excel 2010

Mr. Otto

Excellant.
Yes, this little known feature oCol:bPaintText puts lot of power in our hands.
But the way you have used this power is commendable.
by nageswaragunupudi
Mon Dec 07, 2009 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sparklines in XBROWSE like Excel 2010
Replies: 13
Views: 3262

Sparklines in XBROWSE like Excel 2010

... every row. Complex data can be shown in a more easy form. Thanks to :bPaintText you can do this with xBrowse too. For Excel 2010 we’ve implemented sparklines, “intense, simple, word-sized graphics”, as their inventor Edward Tufte describes them in his book Beautiful Evidence. Sparklines help bring ...
by Otto
Mon Dec 07, 2009 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sparklines in XBROWSE like Excel 2010
Replies: 13
Views: 3262
Previous

Return to advanced search