Trying to clean out the application to send it to you, I determined that there was another place to add this code. I now have it directly after the first time I enter data for the series of the graph -- that is with the .clear statement you suggested I add.
It is now working.
Thanks
Search found 13 matches
- Tue Nov 04, 2008 12:36 pm
- Forum: VCL
- Topic: Placing items at exact position on Bottom axis
- Replies: 4
- Views: 2246
- Mon Nov 03, 2008 7:23 pm
- Forum: VCL
- Topic: Placing items at exact position on Bottom axis
- Replies: 4
- Views: 2246
- Mon Nov 03, 2008 3:59 pm
- Forum: VCL
- Topic: Placing items at exact position on Bottom axis
- Replies: 4
- Views: 2246
Placing items at exact position on Bottom axis
I have a simple one series chart with the bottom axis ranging from 0 to 8760 (the number of hours in the year). I am trying to add my on items, to control the labeling. I have tried the following: chart2.Axes.Bottom.Items.Add(2000); chart2.Axes.Bottom.Items.Add(6000); or chart2.Axes.Bottom.Items.Add...
- Fri Aug 01, 2008 3:07 pm
- Forum: VCL
- Topic: Exact location on the application of the left axis
- Replies: 2
- Views: 1877
- Fri Aug 01, 2008 2:54 pm
- Forum: VCL
- Topic: Exact location on the application of the left axis
- Replies: 2
- Views: 1877
Exact location on the application of the left axis
I am drawing an object on my application that needs to be lined up exactly with the graph inside a Chart. For example I might like it to be exactly on the left axis. The left axis can move with different length of axis labels. Therefore I need a property that shows me exactly where the axis is eithe...
- Thu Jul 31, 2008 2:01 pm
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
- Thu Jul 31, 2008 1:37 pm
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
- Thu Jul 31, 2008 1:25 pm
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
- Thu Jul 31, 2008 1:02 pm
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
- Thu Jul 31, 2008 12:02 pm
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
Thanks: It seems to work with the dynamic number of series. However one additional problem, the user may change the data requiring a redrawing of the graph. Not knowing exactly what has changed I have to clear the graph and redo. I am testing this in your code with the following Button1Click procedu...
- Wed Jul 30, 2008 3:46 pm
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
- Wed Jul 30, 2008 11:47 am
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
- Wed Jul 30, 2008 11:13 am
- Forum: VCL
- Topic: Stacked Bar Chart with Dynamic number of groups
- Replies: 13
- Views: 7010
Stacked Bar Chart with Dynamic number of groups
Using TeeChart 7 and Delphi 7: I need to create a stacked bar chart (hopefully horizontal) with 2 bars but an dynamic number of items in each bar. It is my understanding that the fixed number of bars are not the series but each item is a series. Therefore, I will need to dynamically create series. I...