Hi Narcis,
Thanks for the explanation. Everything makes sense now.
Best regards,
Brian
Search found 4 matches
- Thu Oct 28, 2010 4:36 pm
- Forum: VCL
- Topic: Confused by Chart1[i] notation
- Replies: 4
- Views: 5658
- Thu Oct 28, 2010 3:05 am
- Forum: VCL
- Topic: Confused by Chart1[i] notation
- Replies: 4
- Views: 5658
Re: Confused by Chart1[i] notation
Thank you for the reply. That's very helpful. I accept that answer although the syntax still doesn't make sense to me. I can't quite picture the underlying structure. It's probably obvious if you study the TeeChart source code - which I don't have. It's enough for my purposes right now to understand...
- Wed Oct 27, 2010 5:30 pm
- Forum: VCL
- Topic: Confused by Chart1[i] notation
- Replies: 4
- Views: 5658
Confused by Chart1[i] notation
Hi, I'm reading through a code example provided by Yeray » 03 May 2007 08:44. Here's a piece of that code. for i := 0 to nSeries-1 do begin Chart1.AddSeries(TLineSeries); Chart1.CustomAxes.Add; Chart1 .CustomVertAxis := Chart1.CustomAxes.Items ; Chart1.CustomAxes.Items .Axis.Color := Chart1 .Color; ...
- Wed Oct 27, 2010 2:46 am
- Forum: VCL
- Topic: v2010 Library Reference Incomplete?
- Replies: 1
- Views: 2891
v2010 Library Reference Incomplete?
I've been using the TeeChart Pro v2010 VCL Library Reference and User Guide and it seems to be missing important information. For example, I've recently been trying to draw to the canvas in areas associated with custom axes. After considerable searching of the web, forums, and other indirect sources...