Search found 10 matches
- Thu Mar 16, 2006 10:27 am
- Forum: ActiveX
- Topic: Problems with AxTeeCommander
- Replies: 8
- Views: 8928
OK, thanks for the confirmation, very bad to hear that :( So, now we have to find another way to solve this problem. After some research i stepped on the onClickLegend Event, but - as always - the example code provided doesn't work with VB and AxTChart :) Could you be so kind and help me out with th...
- Wed Mar 15, 2006 7:42 am
- Forum: ActiveX
- Topic: Problems with AxTeeCommander
- Replies: 8
- Views: 8928
Hi Pep, thank you for the answer. It works fine here , without using OpenGL. Does it works fine for you ? No it doesn't :? See below Setting OpenGL to true makes the OnClickSeries event to not work, this is by default (missing feature). Ok, good to know (I already thought so). But it neither works w...
- Mon Mar 13, 2006 11:46 am
- Forum: ActiveX
- Topic: Problems with AxTeeCommander
- Replies: 8
- Views: 8928
Hello, the problem still exists. After reconfiguring a chart with the AxTeeCommander the onClickSeries Event doesn't seem to work. Is this a known bug? Mark /edit: ok, the problem exists if you set the values on your own, too. Is there any way to avoid this behavior? It seems that there are 2 settin...
- Wed Mar 08, 2006 11:26 am
- Forum: ActiveX
- Topic: Problems with AxTeeCommander
- Replies: 8
- Views: 8928
- Wed Mar 08, 2006 11:24 am
- Forum: ActiveX
- Topic: Problems with waterfall drawing
- Replies: 4
- Views: 5362
Hi Pep, yes I tried to set a zoomvalue, but it won't work, or I don't know the correct values for this in order to draw it as we want to have it. Now that we know how to add the AxTeeCommander (thanks for the help with that), we can rotate and resize our series to see them as we need them them. But ...
- Wed Mar 08, 2006 8:12 am
- Forum: ActiveX
- Topic: Problems with waterfall drawing
- Replies: 4
- Views: 5362
- Fri Mar 03, 2006 11:50 am
- Forum: ActiveX
- Topic: Problems with waterfall drawing
- Replies: 4
- Views: 5362
Problems with waterfall drawing
Hello, we have a visualization problem when drawing more than 10 series in a waterfall model. The z-axis is too big to be shown in the window and leaves the window, the y-axis then seems not to be drawn, but if we resize the window (and with that change the drawing zone of the series), it may be vis...
- Fri Mar 03, 2006 8:38 am
- Forum: ActiveX
- Topic: Problems with AxTeeCommander
- Replies: 8
- Views: 8928
Problems with AxTeeCommander
Hello, could you please explain how to add the AxTeeCommander to a project? The demo says: Private Sub Form_Load() TeeCommander1.Chart = TChart1 End Sub Changing this into AxTeeCommander1.chart = AxTChart1 works - except that the whole commandbar isn't accessible. Not accessible means that it is dra...
- Wed Feb 22, 2006 2:00 pm
- Forum: ActiveX
- Topic: Can't color Series
- Replies: 2
- Views: 3461
- Wed Feb 22, 2006 1:06 pm
- Forum: ActiveX
- Topic: Can't color Series
- Replies: 2
- Views: 3461
Can't color Series
Hello, I'm trying to set specific colours for a Series, but every change I make results in a black line, no matter which colour i choose. Here is a simple code example: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim vbBlue As System.UInt32 ...