Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Graph object is bugging me
Message
De
11/05/1998 08:19:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00098433
Message ID:
00098454
Vues:
27
>>thanks for replying!
>>
>>I think i will try your solution. Currently i don't have the olebound object on a form, but that's a small change. If it works, it would be great. Still, i wonder why it fails sometimes when i do it the foxpro advisor's way.
>>
>>greetings
>>derk
>
>Derk,
>It may have failed because the data layout is incorrect. I recently created a generic graph report which appends general data. For a column chart you send the data for all x-axis then all y-axis. For line/pie/etc you send as x-axis,y-axis,x-axis,y-axis, etc. I found this after two days of wondering what I was doing wrong and why the graph was not changing!
Yes, Nigel MSGraph default format needs it that way (how silly). But it would cause many passes for multipl column data. Instead just one pass as FP layout, with scan...endscan, SQL or copy to.. Then instruct MSGraph that data is in columns
..MSGraphControl.object.application.plotby = 2  && Data in columns, 1 in rows (default)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform