Search found 7 matches

by BdMan
Sun May 13, 2007 3:01 pm
Forum: ActiveX
Topic: exportin into wmf file problem....
Replies: 1
Views: 3208

exportin into wmf file problem....

Hi I've a problem with exporting tchart into wmf file. using tchart1.Export.asMetafile.SaveToFile tmpFilePathAndName I could create wmf file in many computers, but I've a machine in which the file created is "corrupted"... The dimension of wmf corrupted is the same of a good one, but I can't load in...
by BdMan
Mon Mar 12, 2007 3:32 pm
Forum: ActiveX
Topic: StretchDraw and canvas background...
Replies: 2
Views: 3782

...ops..

Thanks a lot, it seems to work! (with .emf)
by BdMan
Mon Mar 12, 2007 2:10 pm
Forum: ActiveX
Topic: StretchDraw and canvas background...
Replies: 2
Views: 3782

StretchDraw and canvas background...

Hi! I'm writing here for another problem.... I would like to draw a wmf file on the background of the tchart. I've used this code: Private Sub TChart1_OnAfterDraw() With TChart1.Canvas Dim stPic As StdPicture Set stPic = LoadPicture("C:\door.wmf") .StretchDraw 0, 0, 100, 100, stPic End With End Sub ...
by BdMan
Mon Jan 22, 2007 8:56 am
Forum: ActiveX
Topic: 1 bar color only... again
Replies: 7
Views: 8448

thanks

First of all, thank for support.
And after.. there are some news?? The problem grows evryday, for me :0)
by BdMan
Tue Jan 09, 2007 7:58 pm
Forum: ActiveX
Topic: 1 bar color only... again
Replies: 7
Views: 8448

ahi ahi....

excuseme... i'm know that i'm boring... but it doesn't work in the way that i want. I would like maker something like the above code... I would have an array of bars that must be "crossed". This array must be dynamic. In this array I set the bars (serie and index) to disable. I could even set (if it...
by BdMan
Mon Dec 18, 2006 3:40 pm
Forum: ActiveX
Topic: 1 bar color only... again
Replies: 7
Views: 8448

thanks a lot for the quick answer. but... in this way, there is something that for me doesn't work. I've tried the modification and all seems to be fine. But suppose that I want to modify a "group" of bars, in the example, the first (s0v0, s1v0) want be solid, and the second group (s0v1, s1v1 ) cros...
by BdMan
Mon Dec 18, 2006 2:48 pm
Forum: ActiveX
Topic: 1 bar color only... again
Replies: 7
Views: 8448

1 bar color only... again

hi, I've tried to colorize only one bar. Reading the other thread, I've understand that I must user the OnGetSeriesBarStyle . I don't think tha this is the most beautiful thing of the world.. but I can modify my code to work in this way, so, no problem. But anyway, the snippet in the other post, doe...