thanks Alexander, exactly what I needed, you're a star.
cheers
Sean
Search found 11 matches
- Sun Jul 29, 2007 8:20 pm
- Forum: VCL
- Topic: Chart - mouse over event
- Replies: 7
- Views: 15689
- Sun Jul 29, 2007 6:09 am
- Forum: VCL
- Topic: Chart - mouse over event
- Replies: 7
- Views: 15689
thanks Josep, I got that and see it uses a colorline tool. I was hoping for something which just tracked the mouse position rather than having to clicck something, some sort of chart.onmouseover event, is there a way to do that- Procedure chart.onmouseover begin xval:=getchartbottomxis(cursorpos.x) ...
- Thu Jul 26, 2007 2:06 pm
- Forum: VCL
- Topic: Chart - mouse over event
- Replies: 7
- Views: 15689
thanks Josep,
How do I access the newgroup, I have www.steema.net set as newsgroup in Outlook but it doesn't find the news server. Is there an idiots guide for connecting to your news server you can piont me at please?
cheers
Sean
How do I access the newgroup, I have www.steema.net set as newsgroup in Outlook but it doesn't find the news server. Is there an idiots guide for connecting to your news server you can piont me at please?
cheers
Sean
- Thu Jul 26, 2007 7:24 am
- Forum: VCL
- Topic: Chart - mouse over event
- Replies: 7
- Views: 15689
Chart - mouse over event
D6 Pro, Teechart 7.07, chart with several lineseries. I would like to be able to have an edit box display the X-axis and Y-axis values of the cursor location on a Tchart which holds several lineseries. I've tried experimenting with nearest tool and marktips tool, but they don't quite seem to give wh...
- Mon Jun 14, 2004 2:48 pm
- Forum: VCL
- Topic: License Tchart Pro vsn 6 to 7
- Replies: 3
- Views: 8481
- Mon Jun 14, 2004 12:40 pm
- Forum: VCL
- Topic: License Tchart Pro vsn 6 to 7
- Replies: 3
- Views: 8481
License Tchart Pro vsn 6 to 7
I bought Tchart Pro vsn 6 for Delphi 6 in February 2004, but I need to upgrade to Teechart Pro vsn 7 for the handling of custom palettes. I have tchart7delphi6.exe install but it will not accept the license details I was given with vsn 6. Could someone tell me what I need to do please to get vsn 7 t...
- Mon Jun 14, 2004 12:05 pm
- Forum: VCL
- Topic: Custom Palette
- Replies: 7
- Views: 11072
- Sun Jun 13, 2004 9:00 pm
- Forum: VCL
- Topic: Custom Palette
- Replies: 7
- Views: 11072
Custom Palette
I have a tcolorgrid and have custom palette with- series1.PaletteSteps:=6; series1.ClearPalette(); datarange:=series1.YValues.Maxvalue-series1.YValues.Minvalue; minval:=series1.YValues.Minvalue; series1.AddPalette(minVal+(dataRange*0.1),Clnavy); series1.AddPalette(minVal+(dataRange*0.2),Clblue); ser...
- Thu Jun 10, 2004 12:41 am
- Forum: VCL
- Topic: colourgrid palette
- Replies: 3
- Views: 8235
Is there a bug in the way this is handled? The last two colours of the palette always take on the same colour for me. Try this series1.PaletteSteps:=7; series1.ClearPalette(); series1.AddPalette(4,Clnavy); series1.AddPalette(5,Clblue); series1.AddPalette(6,Claqua); series1.AddPalette(7,Clyellow); se...
- Wed Jun 09, 2004 12:25 pm
- Forum: VCL
- Topic: colourgrid palette
- Replies: 3
- Views: 8235
- Wed Jun 09, 2004 12:22 am
- Forum: VCL
- Topic: colourgrid palette
- Replies: 3
- Views: 8235
colourgrid palette
I have a tcolourgrid, not 3D mode, x is 1 to 15, z is 1 to 300, y varies between 2.0 and 12.0. I'd like to assign my own colour palette to values of y in bands - col1=2.0 to 3.0, col2=3.0 to 4.0 etc. Can someone give me an oindication how to do this please, user needs to be able to edit the palette ...