Search found 50 matches

by McMClark
Tue Oct 27, 2009 3:07 pm
Forum: VCL
Topic: TeeWorldSeries
Replies: 1
Views: 4457

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?
by McMClark
Tue Jun 02, 2009 7:37 pm
Forum: VCL
Topic: Bar Chart Missing Some Bars
Replies: 4
Views: 8302

Thank you for the reply. I am still working on producing a reproducible example of the error. But I wanted to let you know that the missing bars reappear when I turn off the 3D display. If I toggle the 3D button on the tee commander, the appears and disappears.
by McMClark
Wed Apr 29, 2009 6:15 pm
Forum: VCL
Topic: Bar Chart Missing Some Bars
Replies: 4
Views: 8302

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...
by McMClark
Tue Apr 28, 2009 11:05 pm
Forum: VCL
Topic: Bar Chart Missing Some Bars
Replies: 4
Views: 8302

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 ...
by McMClark
Mon Feb 23, 2009 9:02 pm
Forum: VCL
Topic: CodeGear Delphi 2009
Replies: 1
Views: 4545

CodeGear Delphi 2009

Which versions of TeeChart work with CodeGear Delphi 2009 Architect?
by McMClark
Mon Feb 16, 2009 1:19 pm
Forum: VCL
Topic: Getting Series Title from SeriesList
Replies: 2
Views: 7518

Thanks
by McMClark
Sun Feb 15, 2009 4:28 pm
Forum: VCL
Topic: Getting Series Title from SeriesList
Replies: 2
Views: 7518

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...
by McMClark
Wed Feb 11, 2009 7:00 pm
Forum: VCL
Topic: Adding Line to Chart
Replies: 2
Views: 5907

Thanks
by McMClark
Wed Feb 11, 2009 2:11 pm
Forum: VCL
Topic: Adding Line to Chart
Replies: 2
Views: 5907

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 ...
by McMClark
Mon Dec 15, 2008 2:36 pm
Forum: VCL
Topic: Series Marks
Replies: 4
Views: 8133

Thanks
by McMClark
Sat Dec 13, 2008 2:07 pm
Forum: VCL
Topic: Series Marks
Replies: 4
Views: 8133

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...
by McMClark
Fri Dec 12, 2008 1:47 pm
Forum: VCL
Topic: Series Marks
Replies: 4
Views: 8133

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?
by McMClark
Sat Oct 04, 2008 6:51 pm
Forum: Java
Topic: Non-continuous Legend Display
Replies: 3
Views: 9043

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...
by McMClark
Mon Sep 29, 2008 6:40 pm
Forum: Java
Topic: Non-continuous Legend Display
Replies: 3
Views: 9043

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 ...
by McMClark
Fri Jun 20, 2008 2:59 pm
Forum: VCL
Topic: Drawing on Chart
Replies: 5
Views: 11652

Thank you for your reply. The code does draw the on the canvas but the drawing does not persist. How do I get it to stay after the user finishes drawing?