Search found 9 matches
- Sat Sep 09, 2006 10:05 am
- Forum: VCL
- Topic: MaximumOffset and Axis Title position
- Replies: 0
- Views: 5013
MaximumOffset and Axis Title position
Hi, I am using version 7.07. I don't understand why if you set TChartAxis.MaximumOffset<>0 the Axis title position is changed. The code that moves the title axis is in TeEngine, line 10640: if tmpHasOffsets then with Axis do FPosTitle:=InflateAxisPos(FPosLabels,SizeLabels); Thanks, Alessandro
- Thu Sep 07, 2006 8:10 am
- Forum: VCL
- Topic: A suggestion
- Replies: 1
- Views: 3510
A suggestion
Hi, is it possible in next release to move the global variable TeeTitleFootDistance to a TChart property? It should be useful to have different title margins in different TCharts.
Thanks.
Thanks.
- Tue May 23, 2006 1:05 pm
- Forum: VCL
- Topic: TCustomTeeGradient.DrawRadial
- Replies: 3
- Views: 5343
- Tue May 23, 2006 12:23 pm
- Forum: VCL
- Topic: TCustomTeeGradient.DrawRadial
- Replies: 3
- Views: 5343
TCustomTeeGradient.DrawRadial
Hi,
I have found a bug in TCustomTeeGradient.DrawRadial (v.7.07), line 6441,6442 in TeCanvas.pas:
Step:=Math.Min(255,Math.Max(SizeX,SizeY));
InvStep:=1/Step;
if you pass an empty TRect to the procedure Step = 0 and division by 0 is raised.
Thanks
I have found a bug in TCustomTeeGradient.DrawRadial (v.7.07), line 6441,6442 in TeCanvas.pas:
Step:=Math.Min(255,Math.Max(SizeX,SizeY));
InvStep:=1/Step;
if you pass an empty TRect to the procedure Step = 0 and division by 0 is raised.
Thanks
- Thu May 18, 2006 1:51 pm
- Forum: VCL
- Topic: TAreaSeries
- Replies: 8
- Views: 10161
I have a problem sending you the attachment. Please can you modify the example as follows: 1) Clone the AreaSeries 2) Change the color of the new AreaSeries to blue and set Stairs:=False. 3) now you have two serieses: the first one is red with Stairs=True, the other one is blue with Stairs=False. 4)...
- Thu May 18, 2006 1:39 pm
- Forum: VCL
- Topic: TAreaSeries
- Replies: 8
- Views: 10161
- Wed May 17, 2006 2:47 pm
- Forum: VCL
- Topic: TAreaSeries
- Replies: 8
- Views: 10161
- Wed May 17, 2006 2:15 pm
- Forum: VCL
- Topic: TAreaSeries
- Replies: 8
- Views: 10161
TAreaSeries
I have a TAreaSeries.
With Stairs:=True the method Clicked(X,Y) doesn't work properly.
Thanks.
With Stairs:=True the method Clicked(X,Y) doesn't work properly.
Thanks.
- Tue Mar 14, 2006 10:42 am
- Forum: VCL
- Topic: How to disable slice explosion
- Replies: 1
- Views: 3682
How to disable slice explosion
Hi, how can I prevent user slice explosion in pie chart? Thanks