Search found 6 matches

by pschalkwijk
Wed May 26, 2004 6:54 am
Forum: ActiveX
Topic: Axis break
Replies: 9
Views: 11839

Thanx.

I'm new in VB and I wasn't aware of the keyword WithEvents.
With this keyword it works.
by pschalkwijk
Tue May 25, 2004 3:10 pm
Forum: ActiveX
Topic: Axis break
Replies: 9
Views: 11839

I create the object with CreateObject 'cause the graph is created in a COM DLL. There OnAfterDraw isn't fired (or isn't hooked) when I call the method TChart.Export.asJPEG.SaveToFile ("test.jpg") Can you tell me how to hook the event OnAfterDraw to a custom procedure? In .NET it's much easier. But t...
by pschalkwijk
Tue May 25, 2004 12:11 pm
Forum: ActiveX
Topic: Axis break
Replies: 9
Views: 11839

We 've got both versions. But I tried this with the .NET

In de ActiveX it works fine :oops: . Thanx.
by pschalkwijk
Tue May 25, 2004 7:56 am
Forum: ActiveX
Topic: Axis break
Replies: 9
Views: 11839

Thanx for the code but...

The chart is used in a web environment (.NET). There I cann't find Canvas or Gridpen. Maybe I'm not that smart but I think some features are removed in the WebChart component.
by pschalkwijk
Mon May 24, 2004 8:43 am
Forum: ActiveX
Topic: Axis break
Replies: 9
Views: 11839

Hi,

Sorry for my simple - not detailed - message.
This image should do the trick.

Image
by pschalkwijk
Wed May 19, 2004 2:56 pm
Forum: ActiveX
Topic: Axis break
Replies: 9
Views: 11839

Axis break

Hi,

I want to draw an axis-break in my chart.
Can anyone tell me how?

P.