Search found 8 matches

by easyblue
Thu Jul 19, 2007 4:41 am
Forum: VCL
Topic: Which serie to choose in this case
Replies: 6
Views: 9689

BTW It seems that OnGetAxisLabel may not help. I have made a test to create a 32*32 3D series, so maximumly there are only 32 different X value. However, after set the BottomAxis label type from "auto" to "text", through OnGetAxisLabel, the ValueIndex starts from -1 till 273! So I have no way to cor...
by easyblue
Thu Jul 19, 2007 1:01 am
Forum: VCL
Topic: Which serie to choose in this case
Replies: 6
Views: 9689

Hello That's why I need support. The query looks like: //-----start of query select sum(traffic) as traffic, Origin, Dest from load group by Origin, Dest; //-----end of query So for the query result, field "traffic" is of float type, and field "Origin" and "Dest" are of string type. I have decleared...
by easyblue
Wed Jul 18, 2007 3:57 am
Forum: VCL
Topic: Which serie to choose in this case
Replies: 6
Views: 9689

Hello Here is a desired chart I have made through Excel. [url]http://210.22.147.118/img_path/picture.jpg [/url] To make this chart, I have to manually add many series. So I prefer using "one" TeeChart series to draw it. Please notice that X and Z values are not of type of "number" but of "strings", ...
by easyblue
Tue Jul 17, 2007 1:28 am
Forum: VCL
Topic: Which serie to choose in this case
Replies: 6
Views: 9689

Which serie to choose in this case

Hello I have a case as following: by a query, I can have following result: //---------------------------- From To Traffic USA GER 34 USA ESP 29 GER CHN 6 CHN ESP 5 ..... //---------------------------- So I want have a 3D display of the value ("traffic") from each "From" to each "To". But when I sear...
by easyblue
Fri Sep 01, 2006 5:56 am
Forum: VCL
Topic: Intraweb 8 and TChart Pro Interactivity
Replies: 5
Views: 10062

probably not, because of "Web".
by easyblue
Mon Aug 21, 2006 2:00 am
Forum: VCL
Topic: [bug]: Incorrect Series Title displayed in ChartListBox
Replies: 1
Views: 3882

[bug]: Incorrect Series Title displayed in ChartListBox

Hello [Environment] TeeChart V7.07, BDS2006 Ent+Sp2, Windows 2000. [Description] For Series created at run time, in some cases, the last series title is displayed incorrectly in ChartListBox using serie name instead. I have made a demo project for the bug that ChartListBox display wrong Serie Title....
by easyblue
Sun Aug 20, 2006 12:11 pm
Forum: VCL
Topic: [Nice to Have]: Series can have their Title as marker text
Replies: 3
Views: 5914

Hello My suggestion is that: Serie Marker can display the Serie Title. [reason] Imagin many line series in a chart, it will be very dificult to tell which line is who unless set the marker to display serie title directly. [Feasibilty] extend current TSeriesMarksStyle to have a new options, such as s...
by easyblue
Fri Aug 18, 2006 8:44 am
Forum: VCL
Topic: [Nice to Have]: Series can have their Title as marker text
Replies: 3
Views: 5914

[Nice to Have]: Series can have their Title as marker text

In current v7.07, if there are many series in a chart, then set the serie marker to display serie title will be a good way for user to make distinguish, while color/shape is already at their limit.