Search found 3 matches
- Mon Dec 05, 2011 3:51 pm
- Forum: VCL
- Topic: Values / labels within a period, not at a certain mark
- Replies: 5
- Views: 4613
Re: Values / labels within a period, not at a certain mark
Hi Yeray, it didn't work in the OnGetAxisLabel event, but then I've used this part of your code Chart1.Axes.Bottom.Items.Clear; tmpDate:=Chart1.Axes.Bottom.Minimum; for i:=Low(ShortMonthNames) to High(ShortMonthNames) do begin Chart1.Axes.Bottom.Items.Add(tmpDate, space + ShortMonthNames[i]); tmpDat...
- Tue Nov 29, 2011 4:55 pm
- Forum: VCL
- Topic: Values / labels within a period, not at a certain mark
- Replies: 5
- Views: 4613
Re: Values / labels within a period, not at a certain mark
Hello Sandra, thank you for your reply! I'm getting there slowly, I think. So far I've managed to accomplish this: http://www.tresor-warenwirtschaft.de/images/foren/price_changes_03.png Compared to the first screenshot from the first post the marks are within a period now, which is correct. But I st...
- Wed Nov 23, 2011 9:55 am
- Forum: VCL
- Topic: Values / labels within a period, not at a certain mark
- Replies: 5
- Views: 4613
Values / labels within a period, not at a certain mark
Hello, I have some basic experience with TeeChart, but it seems to be not enough for my current need, so I would like to ask for help. I would like to create a Chart (Line or Points), which shows daily price changes for a period of a year. But the bottom axis shouldn't show those 365 days, but 12 pe...