We're on Embarcadero® Delphi® XE4 Version 18.0.4905.60485.
TeeChart: Release Notes 21st March 2013, TeeChart VCL version 2013, Build 2013.08.130521
Thanks.
Search found 5 matches
- Mon Mar 17, 2014 1:36 pm
- Forum: VCL
- Topic: TeeChar/TeeTree Help files?
- Replies: 4
- Views: 5928
- Mon Mar 17, 2014 1:33 pm
- Forum: VCL
- Topic: TeeChar/TeeTree Help files?
- Replies: 4
- Views: 5928
Re: TeeChar/TeeTree Help files?
We're on Embarcadero® Delphi® XE4 Version 18.0.4905.60485.
Thanks.
Thanks.
- Fri Mar 14, 2014 3:22 pm
- Forum: VCL
- Topic: TeeChar/TeeTree Help files?
- Replies: 4
- Views: 5928
TeeChar/TeeTree Help files?
Hi there, I tried to adjust TeeTree visually (icons and styles). Unfortunately there was no help file installed. Also when I have a TeeChart component on a form and press F1 I get the error "RAD Studio's help namespace is not defined. Please reinstall RAD Studio's documentation." Is there any way to...
- Thu Sep 12, 2013 12:23 pm
- Forum: VCL
- Topic: MapSeries issues
- Replies: 3
- Views: 6220
Re: MapSeries issues
Thank you very much for the quick reply. Instead of adding more points to one polygon, I created several polygons consisting of only one point - at least I think that is what happens. for I := 0 to Length(CoordContainer.X) - 1 do with Shapes.Add do begin AddXY(CoordContainer.X[I], CoordContainer.Y[I...
- Fri Sep 06, 2013 12:06 pm
- Forum: VCL
- Topic: MapSeries issues
- Replies: 3
- Views: 6220
MapSeries issues
Hello, I am trying to draw polygons in a TChart and encountered some issues with the MapSeries. First, I do not quite understand how to draw polygons at all. The functions seem to have changed recently, because browsing the forums did not yield any results for me. The included HTML help file was not...