Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing graph in a general field
Message
From
10/05/1999 01:45:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00216525
Message ID:
00216634
Views:
20
>After some stumbling, I've been able to implement using MsGraph8 in a general field to print graphs using the report writer (VFP5a).
>
>Question: Is it posible change the type of graph in the general field programmatically, for example from bar to line?
>
>TIA
>
>Michael Samloff
Yes you could chamge it with ChartType.

#define xl3DArea -4098
#define xl3DColumn -4100
#define xl3DLine -4101
#define xl3DPie -4102
#define xlArea 1
#define xlBubble3DEffect 87
#define xlLine 4
#define xlPie 5
#define xlRadar -4151
#define xlSurface 83
....
thisform.myGraph.charttype = xlLine
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
Previous
Reply
Map
View

Click here to load this message in the networking platform