Hi Yeray,
Thank you very much for your supports. I want to display information for a series which has many attributes (more 2) and each attributes place on each Y-Axis. I think custom axes can't solve it because each series only belong to 1 custom axes.
Search found 23 matches
- Thu Oct 01, 2009 7:26 am
- Forum: ActiveX
- Topic: How to create "Parallel Coordinates" chart
- Replies: 3
- Views: 5557
- Tue Sep 29, 2009 11:00 am
- Forum: ActiveX
- Topic: How to create "Parallel Coordinates" chart
- Replies: 3
- Views: 5557
How to create "Parallel Coordinates" chart
I want to create new chart has behavior as same "Parallel coordinates" chart (http://en.wikipedia.org/wiki/Parallel_coordinates) with multi-vertical axis and different scale. Please help me how to use Teechart to create it.
- Fri Apr 18, 2008 8:17 am
- Forum: ActiveX
- Topic: Don't display data when zooming
- Replies: 10
- Views: 14532
- Fri Apr 18, 2008 7:01 am
- Forum: ActiveX
- Topic: Don't display data when zooming
- Replies: 10
- Views: 14532
Hi Narcís, I understand the problem don't occur on your environment. Please change your code as below: DWORD numElements[] = {3}; COleSafeArray p_pArrXValues; COleSafeArray p_pArrYValues; p_pArrXValues.Create(VT_R8, 1, numElements); p_pArrYValues.Create(VT_R8, 1, numElements); long lIndex = 0; doubl...
- Thu Apr 17, 2008 10:14 am
- Forum: ActiveX
- Topic: Don't display data when zooming
- Replies: 10
- Views: 14532
- Thu Apr 17, 2008 8:47 am
- Forum: ActiveX
- Topic: Don't display data when zooming
- Replies: 10
- Views: 14532
- Thu Apr 17, 2008 6:52 am
- Forum: ActiveX
- Topic: Don't display data when zooming
- Replies: 10
- Views: 14532
Don't display data when zooming
Data don't display when i zoom chart. Please reproduce as below step: + Use TeeChart 7.0.1.4 + Add [Line] series into TeeChart + Add 3 point data: + Point 1: X= 1.08; Y= 2.08 + Point 2: X= -1.38; Y= -2.38 + Point 3: X= 1.64; Y= 2.64 + Zoom data at point #2 => TeeChart don't display the point. Please...
- Fri Mar 14, 2008 10:00 am
- Forum: VCL
- Topic: Full and horizontal panning don't well follow the mouse move
- Replies: 6
- Views: 9120
I cannot send to you the example application. You can create it on your side. + Create new one project using Tchart Pro 7.12 + Set Full and horizontal panning option. + Left click on chart and move mouse on the left or the top. You can see the graph move faster than the mouse. If you cannot reproduc...
- Fri Mar 14, 2008 9:38 am
- Forum: VCL
- Topic: Full and horizontal panning don't well follow the mouse move
- Replies: 6
- Views: 9120
Full and horizontal panning don't well follow the mouse move
I have one problem while using the full panning option on a graph. When we left click on the graph and move the mouse, the graph should move according to the mouse movement. It works well we the mouse goes on the right or goes down. But when the mouse goes on the left on down, the graph moves faster...
- Tue Feb 12, 2008 4:11 am
- Forum: ActiveX
- Topic: Access violations from TeeChart7.ocx
- Replies: 12
- Views: 15393
Do you show how to create the Chart dynamically in application? I found 1 thread [http://www.teechart.net/support/viewtopic.php?t=5173] about it, but i can't find "Create ActiveX TChart component at Runtime on MFC app (Form)" subject. Can you show for me about it?
- Mon Feb 04, 2008 3:53 am
- Forum: ActiveX
- Topic: Access violations from TeeChart7.ocx
- Replies: 12
- Views: 15393
Hi Pep, Thank you very much for your efforts. We try with your code tricks. It is better old code, but problem about [Throw exception:"Access violation at address 504D8251 in module 'TeeChart7.ocx'. Read of address 0000000."] continue happening. Do you show me how to close error message: "Access vio...
- Tue Jan 29, 2008 2:31 am
- Forum: ActiveX
- Topic: Access violations from TeeChart7.ocx
- Replies: 12
- Views: 15393
- Thu Jan 24, 2008 11:48 am
- Forum: ActiveX
- Topic: Access violations from TeeChart7.ocx
- Replies: 12
- Views: 15393
- Wed Jan 23, 2008 5:30 pm
- Forum: ActiveX
- Topic: Access violations from TeeChart7.ocx
- Replies: 12
- Views: 15393
Hi Narcís, Thank you very much for your supports. I detected my problem, because i don't synchronize between 2 thread: fill data to chart and draw data on chart. However, i still has a problem with chart. Chart is flicker when i do the following step: + Create 1 thread to process the following funct...
- Sat Jan 19, 2008 3:16 pm
- Forum: ActiveX
- Topic: Access violations from TeeChart7.ocx
- Replies: 12
- Views: 15393
Hi Narcís I'm using TeeChart Pro v7 ActiveX v7.0.1.4. I detected the big problem on Tee Chart: + Step1: use your [Add data arrays] demo for VC and add some chart on it. + Step2: assign name for these chart. + Step3: run application, the application is crash with exception: "Unhandled exception in VC...