Thanks Narcis,
I am using Delphi 7 and it seems like v7.07 is only for BDS 2006 as mentioned in the client download area....
Any version for Delphi 7 users?
Thanks in advance,
yosy kospen
Search found 5 matches
- Wed Nov 15, 2006 1:51 pm
- Forum: VCL
- Topic: Wrong Data displayed on 3D Pie chart
- Replies: 3
- Views: 6121
- Tue Oct 24, 2006 11:45 am
- Forum: VCL
- Topic: Wrong Data displayed on 3D Pie chart
- Replies: 3
- Views: 6121
Wrong Data displayed on 3D Pie chart
Hi.I have a 3D Pie chart with 5 different colors(/values) and a Legend. When hoovering above the different colors i am expecting to get the tooltip/hint with the name as appears on the legend. BUT actually when getting near the borders (not very close, just aside) the value changes! If i change the ...
- Thu Mar 03, 2005 9:36 am
- Forum: VCL
- Topic: TDonutPieSeries
- Replies: 1
- Views: 9097
TDonutPieSeries
Hello!
I was trying to paint the hole in the TDonutSeries in another color such as transparent or something.
Is there a way do do it?
I was trying to paint the hole in the TDonutSeries in another color such as transparent or something.
Is there a way do do it?
- Mon Jan 24, 2005 7:09 am
- Forum: VCL
- Topic: PieChart colors
- Replies: 3
- Views: 6929
this is the code: for x := 0 to Series.Count - 1 do case x of 0: Series.ValueColor[x] := ColorSchema.GraphSeries1_Color; 1: Series.ValueColor[x] := ColorSchema.GraphSeries2_Color; 2: Series.ValueColor[x] := ColorSchema.GraphSeries3_Color; 3: Series.ValueColor[x] := ColorSchema.GraphSeries4_Color; 4:...
- Sun Jan 23, 2005 3:04 pm
- Forum: VCL
- Topic: PieChart colors
- Replies: 3
- Views: 6929
PieChart colors
hi im using a chart which can be pie or line or bar for line, i can change the series.color in order to set the color i know that i can change the series.valuecolor[idx] for pie but when can i know all the value number of the pie and change each and every one of them? i tried: for i := 0 to series.v...