Thanks a lot it works quite well when put in the "OnBeforeDrawAxes" event, even if it slow a bit then movement of the chart.
Well, now if you could help me with the marks, I would be completely happy.
Search found 3 matches
- Wed May 02, 2012 9:47 am
- Forum: VCL
- Topic: TChart : Axis Items overlaping
- Replies: 4
- Views: 4161
- Tue May 01, 2012 3:11 pm
- Forum: VCL
- Topic: TChart : Axis Items overlaping
- Replies: 4
- Views: 4161
Re: TChart : Axis Items overlaping
Sorry to insist. I'd need to know if something can be done.
Having the solution is important but knowing if I have to find another system to manage my charts is even more important, as I'll have to start soon.
Having the solution is important but knowing if I have to find another system to manage my charts is even more important, as I'll have to start soon.
- Mon Apr 30, 2012 7:58 am
- Forum: VCL
- Topic: TChart : Axis Items overlaping
- Replies: 4
- Views: 4161
TChart : Axis Items overlaping
I have a TChart on which I build several TGanttSeries and one TLineSeries at run time. Each TGanttSerie represent a step in a production process, each "line" represent one process. So each bars use its step number as a mark and I use LeftAxis.Items to display the correct labels. For <Each Item on th...