Search found 50 matches
- Tue Oct 27, 2009 3:07 pm
- Forum: VCL
- Topic: TeeWorldSeries
- Replies: 1
- Views: 4765
TeeWorldSeries
I am using TeeChart 8 with Delphi 2010 Architect. I want to add maps to my application. Is there a tutorial on how to use the TeeWorldSeries?
- Tue Jun 02, 2009 7:37 pm
- Forum: VCL
- Topic: Bar Chart Missing Some Bars
- Replies: 4
- Views: 9491
- Wed Apr 29, 2009 6:15 pm
- Forum: VCL
- Topic: Bar Chart Missing Some Bars
- Replies: 4
- Views: 9491
Below are there procedures that involve assigning values to the series, updating the points per page with the user's selection, and getting the first date from the X axis value on the DBChart page. procedure TfrmDefaultResultGraphAndDocuments.FormShow(Sender: TObject); begin //This code adds a serie...
- Tue Apr 28, 2009 11:05 pm
- Forum: VCL
- Topic: Bar Chart Missing Some Bars
- Replies: 4
- Views: 9491
Bar Chart Missing Some Bars
I am using TeeChart 7.12 with Delphi 2006 Studio VCL. I have a form with a DB Chart filled by a NexusDB query. The DBChart shows a bar chart series with dates along the X axis and numerical values from 0 to 5 on the Y axis. I have a tee navigator attached to the chart so that I can page through the ...
- Mon Feb 23, 2009 9:02 pm
- Forum: VCL
- Topic: CodeGear Delphi 2009
- Replies: 1
- Views: 5112
CodeGear Delphi 2009
Which versions of TeeChart work with CodeGear Delphi 2009 Architect?
- Mon Feb 16, 2009 1:19 pm
- Forum: VCL
- Topic: Getting Series Title from SeriesList
- Replies: 2
- Views: 8236
- Sun Feb 15, 2009 4:28 pm
- Forum: VCL
- Topic: Getting Series Title from SeriesList
- Replies: 2
- Views: 8236
Getting Series Title from SeriesList
I am using Delphi 2006 Professional with Teechart Pro 7.12. I have a dbChart filled with lines series. I want determine the series already existing in a chart. It is an easy thing but I am having trouble finding out to do that well. What I would like is the get the title and index and then replace i...
- Wed Feb 11, 2009 7:00 pm
- Forum: VCL
- Topic: Adding Line to Chart
- Replies: 2
- Views: 6650
- Wed Feb 11, 2009 2:11 pm
- Forum: VCL
- Topic: Adding Line to Chart
- Replies: 2
- Views: 6650
Adding Line to Chart
I am using Delphi 2006 Professional with Teechart Pro 7.12. I have a dbChart filled with lines series. I want to allow the user to set a threshold line on the chart. I want to have the user select a number within the Y axis range and have a horizontal line appear in the dbChart. Can anyone guide me ...
- Sat Dec 13, 2008 2:07 pm
- Forum: VCL
- Topic: Series Marks
- Replies: 4
- Views: 9314
Thanks for your reply. I am still have a difficulty getting the YValue to appear when I hover over the mark (I still get the XValue). I use the following code: tmpDefaultSeries := frmDefaultResultGraphAndDocuments.GetDefaultSeries(intDefaultAggChartSeries, tmpAggSeries); DBChart1.AddSeries(tmpDefaul...
- Fri Dec 12, 2008 1:47 pm
- Forum: VCL
- Topic: Series Marks
- Replies: 4
- Views: 9314
Series Marks
I am using TeeChart 7 with Delphi 2006. I want the series marks to display the yvalue when the user hovers over the mark. I think I should use the OnGetSeriesMark event but I don't know how to call it or create it. Can someone provide some guidance?
- Sat Oct 04, 2008 6:51 pm
- Forum: Java
- Topic: Non-continuous Legend Display
- Replies: 3
- Views: 9759
Legend - Color Grid
Hi McMClark, You can try doing as in the All Features\Welcome!\Themes\Chart Palettes example in TeeChart.Features.jar demo included with TeeChart's installation. You could create a custom palette with 3 colors so that's what is displayed in the legend. I tried this and saw that it worked for the ba...
- Mon Sep 29, 2008 6:40 pm
- Forum: Java
- Topic: Non-continuous Legend Display
- Replies: 3
- Views: 9759
Non-continuous Legend Display
I'm using the ColorGrid to display Integer values, 0-2, and adding them with the following code: colorgrid.add(x,val , z, Data.get(0).getCountries().get(x),colors.get(new Integer(val))); where val is in {0,1,2} and colors contains three colors. The legend for this chart displays the values 0-2 in 8 ...
- Fri Jun 20, 2008 2:59 pm
- Forum: VCL
- Topic: Drawing on Chart
- Replies: 5
- Views: 14074