Search found 8 matches
- Mon Feb 27, 2006 6:55 pm
- Forum: VCL
- Topic: CalcAxisRect replacement
- Replies: 4
- Views: 8183
I have included my code. It has tabs so it doesn't look so good here. The second procedure calls the first one two times. This is very customized for my application, but the main issue I have is that when you turn marks on/off, the axis limits need to be recalculated so that the marks fit on the cha...
- Tue Feb 21, 2006 7:22 pm
- Forum: VCL
- Topic: CalcAxisRect replacement
- Replies: 4
- Views: 8183
My problem is that I can't call SetMinMax until after there is a valid ChartRect value (because I use ChartRect to detemrine the plot limits), but then after my call to SetMinMax I need the chart to be recreated using my new limits. For example, if the chart is resized, I need the new size to be pla...
- Tue Feb 21, 2006 3:37 pm
- Forum: VCL
- Topic: the title of left axis is overlapping the labels
- Replies: 7
- Views: 11449
- Mon Feb 20, 2006 6:56 pm
- Forum: VCL
- Topic: the title of left axis is overlapping the labels
- Replies: 7
- Views: 11449
Hi, I have the same problem, and setting the LabelsSize to a constant isn't a workaround to the bug. There needs to be a way to calculate how much space is used, and then add some to that. Is there a way to determine the amount of space that is allocated to the axis labels so that we can add a littl...
- Fri Feb 17, 2006 1:40 pm
- Forum: Wishes and ideas
- Topic: International character support
- Replies: 2
- Views: 10223
- Fri Feb 17, 2006 1:37 pm
- Forum: Wishes and ideas
- Topic: International character support
- Replies: 2
- Views: 10223
International character support
Hi,
I've changed ten lines of Tee Chart Pro source code and now have full international character support. Is anyone interested in this?
Regards,
Bill
I've changed ten lines of Tee Chart Pro source code and now have full international character support. Is anyone interested in this?
Regards,
Bill
- Tue Oct 25, 2005 2:08 pm
- Forum: VCL
- Topic: TCustomChart.CalcAxisRect
- Replies: 3
- Views: 6284
- Fri Oct 21, 2005 12:27 am
- Forum: VCL
- Topic: TCustomChart.CalcAxisRect
- Replies: 3
- Views: 6284
TCustomChart.CalcAxisRect
Hi,
I'm finally getting around to converting my application to using TeeChartPro 7, from the TeeChart that came with Delphi 7, which I'm still using.
I had been overriding the CalcAxisRect method, but it doesn't exist in TeeChartPro 7. Does anyone know what I should use instead?
Regards,
Bill
I'm finally getting around to converting my application to using TeeChartPro 7, from the TeeChart that came with Delphi 7, which I'm still using.
I had been overriding the CalcAxisRect method, but it doesn't exist in TeeChartPro 7. Does anyone know what I should use instead?
Regards,
Bill