Message
From
09/04/2000 10:16:31
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Re: GRAPH
Miscellaneous
Thread ID:
00347477
Message ID:
00357367
Views:
24
Hello
Thanks for the help provided in last reply. I have few question regarding that code.
which was..

With ThisForm.oleAgeGraph
.ControlSource = "curGraphs.Age"
.Type = 5
.ChartArea.Font.Name = "Arial"
.ChartArea.Font.Size = 8
.ChartArea.Font.Bold = .F.
.HasLegend = .T.
.Legend.Position = -4107
.Legend.Interior.ColorIndex = -4142
.Legend.Border.LineStyle = -4142
.SeriesCollection(1).Points(1).HasDataLabel = .T.
.SeriesCollection(1).Points(1).DataLabel.Type = 4.....
........so on

Here in this code I need to know about "oleAgeGraph" . Is this MSgraph object, added from provided activex or it is class object name?

Also please tell me the command If I want to append graph present on a form to a dbf table.
I know append general will be used for this but how would be exact sequence of that command like
append general thisform.olegraph.what?? in to ...

I have to show well fromatted graphs in reports.
I know in reports, we have to provide graph in a table as a ole stored in a general field of a dbf.

Could you Please explain best solution for this and also usage of your code provided me in ur last reply.

Thanks

Jamal khalid
Previous
Next
Reply
Map
View