Search found 6 matches

by CarlS
Fri Nov 16, 2007 1:14 pm
Forum: ActiveX
Topic: Adding Bar with default color values
Replies: 5
Views: 6095

Adding Bar with default color values

Hey Narcis

Thanks for the quick reply.


I did try that but my app keeps underlining the word and telling me that it's not declared.

Thanks
Carl
by CarlS
Fri Nov 16, 2007 12:18 pm
Forum: ActiveX
Topic: Adding Bar with default color values
Replies: 5
Views: 6095

Adding Bar with default color values

Hi I have an eval copy of Teechart pro 8 active ex running on VB.net and I can't seem to add a bar to the series with the default color theme defined by the chart editor. My code looks something like this: Me.AxTChart1.Series(0).Add(50, "Test", System.Convert.ToUInt32(System.Drawing.ColorTranslator....
by CarlS
Thu Feb 09, 2006 7:09 am
Forum: ActiveX
Topic: Gantt zoom/centered programatically on certain date
Replies: 3
Views: 4237

Gantt zoom/centered programatically on certain date

Thanks for the help. It works Perfectly.
by CarlS
Wed Feb 08, 2006 12:44 pm
Forum: ActiveX
Topic: Gantt zoom/centered programatically on certain date
Replies: 3
Views: 4237

Gantt zoom/centered programatically on certain date

Is there a way to zoom a Gantt programatically so that the gantt is always centered on the current date for example. I have an entire years worth of data in the chart but I need the gantt to zoom in by default on the current month only, but still allowing the user the ability to scroll left and righ...
by CarlS
Mon Jul 18, 2005 6:02 am
Forum: ActiveX
Topic: Deleting the TeeCommander
Replies: 3
Views: 4553

Deleting the TeeCommander

After hitting the delete button the control just refreshes indefinitely. I can move the control around but I can't see it's properties while it's refreshing. I don't think that I've done anything specific. I have just started a new VB project and added the commander to a blank form. No other control...
by CarlS
Fri Jul 15, 2005 10:18 am
Forum: ActiveX
Topic: Deleting the TeeCommander
Replies: 3
Views: 4553

Deleting the TeeCommander

I have an issue removing the TeeCommanderfrom my form. If I hit the delete button it looks like the TeeCommander starts refreshing itself over and over until vb crashes. I have tried cutting and deleting. Even if I remove the chart that it sits on the refreshign starts to happen - Any Ideas? - Pleas...