I am using v7.07 and it still happens
If you add a stacked bar chart with two series and turn on the series marks, the marks for the lower series appear behind the top series. Curiously it only happends when 3D is turned OFF.
Search found 4 matches
- Tue Nov 21, 2006 2:36 am
- Forum: VCL
- Topic: Series marks obscured
- Replies: 3
- Views: 4381
- Sun Nov 19, 2006 11:41 pm
- Forum: VCL
- Topic: Series marks obscured
- Replies: 3
- Views: 4381
Series marks obscured
When I create a bar chart with multiple bars, the series marks are obscured by some of the bars for some of the series. The marks are behind the other bars.
I am using v7.02 with Delphi 7
I am using v7.02 with Delphi 7
- Tue Jan 25, 2005 10:00 pm
- Forum: VCL
- Topic: Problem with point and bubble series in version 7
- Replies: 2
- Views: 3947
Why isnt the increment calculated automatically? It is in version 5. It does seem to be in version 7 but only if the increment >1. The data I plot is can have variable ranges depending on which field the user chooses to plot in my application. This means either I have to stick with version 5.02 of t...
- Mon Jan 24, 2005 11:13 pm
- Forum: VCL
- Topic: Problem with point and bubble series in version 7
- Replies: 2
- Views: 3947
Problem with point and bubble series in version 7
I have upgraded from vesion 5 to 7 using delphi 6. I am missing X axis labels and ticks in my main application of most charts which using bubble or point series which are created at run time. I have reproduced the effect in a tiny 1 chart application TForm1 = class(TForm) Chart1: TChart; procedure F...