Search found 15 matches
- Tue Jan 01, 2008 1:30 pm
- Forum: VCL
- Topic: 802 show-stop - Nothing on Pallette, GDIPlus - Delphi 7
- Replies: 1
- Views: 5306
802 show-stop - Nothing on Pallette, GDIPlus - Delphi 7
Been a client for a very long time. New year so I thought I'd pop on the new release (from 7.7) - big mistake. 1. The autoinstall did not install half the stuff. 2. My applications still work. 3. My palette shows just the component for TeeOpenGL nothing else so cannot add or do new Techart apps 4. M...
- Sat Mar 31, 2007 11:15 pm
- Forum: Beta versions
- Topic: TeeChart v8 VCL Beta Released
- Replies: 28
- Views: 244068
- Wed Aug 17, 2005 11:26 am
- Forum: VCL
- Topic: Negative values in Pie Charts
- Replies: 1
- Views: 5498
Negative values in Pie Charts
Hi there
How do I stop negative numbers showing in pie charts? Currently they are added in as a positive number.
I would like an easy way to
1. Neg values get ignored
2. Neg values get shown on their own pie chart
I know I can change the values themselves but that seems like overkill...
Thanks
M
How do I stop negative numbers showing in pie charts? Currently they are added in as a positive number.
I would like an easy way to
1. Neg values get ignored
2. Neg values get shown on their own pie chart
I know I can change the values themselves but that seems like overkill...
Thanks
M
- Wed May 12, 2004 4:54 pm
- Forum: VCL
- Topic: SOme drag and drop controls questions
- Replies: 7
- Views: 24010
The drag and stuff demo stuff is sound enough... Thats what I used originally but the levels stuff and the allow does not make sense.... The issue is stopping a drop: All I want is the equivalent of say: Continent - Country - Currency where currency is in table 2. 1. Tree level 2 item can only be dr...
- Tue May 11, 2004 6:28 pm
- Forum: VCL
- Topic: SOme drag and drop controls questions
- Replies: 7
- Views: 24010
- Fri May 07, 2004 11:52 am
- Forum: VCL
- Topic: SOme drag and drop controls questions
- Replies: 7
- Views: 24010
- Thu May 06, 2004 5:09 pm
- Forum: VCL
- Topic: SOme drag and drop controls questions
- Replies: 7
- Views: 24010
SOme drag and drop controls questions
Hi there - D7, Teechart 2 4 interlinked questions please: A root is called Europe A Child is is called LEngland A Child is is called LGermany A Child is is called France A root is called Asia A Child is is called India A Child is is called China A Child is is called Japan Question 1. I want to drag ...
- Mon Apr 26, 2004 5:12 pm
- Forum: VCL
- Topic: Series colours picking up chart colors
- Replies: 1
- Views: 6931
Series colours picking up chart colors
Hello again
I wonder if you can be your usual helpful selves...
I want to set a series color to say the fifth color of the current colour pallette.
ie sereis1.color:=??????????;
What is the ???????? please....
Many thanks
Morton
I wonder if you can be your usual helpful selves...
I want to set a series color to say the fifth color of the current colour pallette.
ie sereis1.color:=??????????;
What is the ???????? please....
Many thanks
Morton
- Wed Apr 21, 2004 9:03 am
- Forum: VCL
- Topic: More advanced Schemes
- Replies: 3
- Views: 11073
Many thanks BUT... How can I apply this to an EXISTING theme. 1. Being each theme now has a changed title font each say excel has a large one, blues a small one ands so on... 2. A global font for all the titles that the themes don't override - so you set the font opnce and any theme you choose keeps...
- Tue Apr 20, 2004 5:03 pm
- Forum: VCL
- Topic: Lots and lots of bar colours
- Replies: 5
- Views: 12034
- Mon Apr 19, 2004 2:07 pm
- Forum: VCL
- Topic: More advanced Schemes
- Replies: 3
- Views: 11073
More advanced Schemes
Hi,
Tis me again
The schemes change colours and backgrounds beautifully BUT not the title fonts. How do you edit the schemes especially the titles please?
Thanking you
Morton
Tis me again
The schemes change colours and backgrounds beautifully BUT not the title fonts. How do you edit the schemes especially the titles please?
Thanking you
Morton
- Mon Apr 19, 2004 2:04 pm
- Forum: VCL
- Topic: Lots and lots of bar colours
- Replies: 5
- Views: 12034
Lots and lots of bar colours
Good afternnon
Thank y'a;; for your pervious help.
If I have say 150 bars then the colours seem to fizzle out after say 15, can I reuse the same sequence so it looks pretty as opposed to red,green, blue, cyan, orange,orange,orange,orange,orange....
Morton
D7, Teechart 7
Thank y'a;; for your pervious help.
If I have say 150 bars then the colours seem to fizzle out after say 15, can I reuse the same sequence so it looks pretty as opposed to red,green, blue, cyan, orange,orange,orange,orange,orange....
Morton
D7, Teechart 7
- Wed Apr 14, 2004 4:04 pm
- Forum: VCL
- Topic: Showing legend names (not series names) as bar marks....
- Replies: 4
- Views: 12806
Thank you... Here's a different tack that seems to work (only on stacked charts though) procedure Trewritealone.ChartTool1GetText(Sender: TMarksTipTool; var Text: String); var t,tmp:integer; x,y:double; begin chart1.Series[0].GetCursorValues(x,y); for t:=0 to chart1.seriescount-1 do begin tmp:=chart...
- Thu Apr 08, 2004 11:01 am
- Forum: VCL
- Topic: Showing legend names (not series names) as bar marks....
- Replies: 4
- Views: 12806
Thnaks BUT.... Two things Firstly there may be 50 series of which 49 are temporary so how can you allocate the getmarkseries function to a series by its number? Secondly, its not the title of the series I am after but the value of the item within the series - ie fred, ann or bill... Thank you thus far
- Wed Apr 07, 2004 6:18 pm
- Forum: VCL
- Topic: Showing legend names (not series names) as bar marks....
- Replies: 4
- Views: 12806
Showing legend names (not series names) as bar marks....
I have two series - Called Male and Female with values alf and John in one and anne, georgina and rose in the other I do a stacked bar chart, set the legend to the values so it looks like two bars with legends showing the individual names - perfect. The "marks" however show M or F NOT the names as p...