Search found 6 matches

by mpv
Mon Oct 03, 2011 9:23 pm
Forum: VCL
Topic: TTeePolygon
Replies: 3
Views: 3204

Re: TTeePolygon

Thanks Narcis, that works. I obviously used the wrong brush here. I would like to add some marks for the polygon, but I have only managed to get a single mark in the middle for the TMapSeries. Is it at all possible to add marks to points of a polygon? As a workaround, I could add a number of line se...
by mpv
Mon Sep 26, 2011 11:38 am
Forum: VCL
Topic: TTeePolygon
Replies: 3
Views: 3204

TTeePolygon

Hi, I want to dray a polygon and fill it with a calculated bitmap. I followed an example from your site along these lines: var ASerie: TMapSeries; APol: TTeePolygon; begin ASerie:=TMapSeries.Create(Chart1); ASerie.ParentChart:=Chart1; ASerie.Pen.Color:=clWhite; // color of polygon line APol:=ASerie....
by mpv
Wed May 26, 2010 10:07 am
Forum: VCL
Topic: Support for transparent series in exports
Replies: 3
Views: 3008

Re: Support for transparent series in exports

Thanks Yeray,

That works fine! (after losing the (TBMPOptions.Create(self)) part, no problem)
This allows me to use older versions of Delphi as well, as I still use Delphi 6 for our main project.
Also saves handling another temporary file.

Regards, Matt
by mpv
Tue May 25, 2010 3:14 pm
Forum: VCL
Topic: TChartShape series problem
Replies: 3
Views: 3040

Re: TChartShape series problem

Hi Yeray, > If I set this property, I can see the same behaviour than setting the property at runtime as you say. > Could you please confirm this? > Yes, that is the same setting. It is very handy to add a text box to the graph with a box that does not change in size when zooming. There is no real p...
by mpv
Tue May 25, 2010 7:54 am
Forum: VCL
Topic: Support for transparent series in exports
Replies: 3
Views: 3008

Support for transparent series in exports

Hi, I have read some conflicting posts on the status of exporting transparant series in TeeChart. In my experience, only bmp export works OK now. As this is not a very useful format, I was hoping that png would work as well, and some messages in your forum state that it works for png exports (in 8.0...
by mpv
Tue May 25, 2010 7:46 am
Forum: VCL
Topic: TChartShape series problem
Replies: 3
Views: 3040

TChartShape series problem

Hi, I want to report a problem I encountered, using Delphi 2009 and TeeChart 8.06 (VCL version). When I use a TChartShape series with XYStyle:=xysAxisOrigin, it works fine in design mode. Then, when you run the program, the coordinates are way off, the shape appears much too large in a totally wrong...