Hi,
thanks for testing & sample.
So is it gone be fixed (GDI with Antialiastool)?
(GDI+ (antialias only Series Option) also could be fine if straight lines drawing is not two pixels)
Do you have Bugzilla code to track progress?
Janne
Search found 5 matches
- Mon Jan 20, 2014 1:00 pm
- Forum: VCL
- Topic: TeeCanvas3d + Antialias drawing LineSeries dualcolor
- Replies: 24
- Views: 31485
- Wed Jan 15, 2014 3:14 pm
- Forum: VCL
- Topic: TeeCanvas3d + Antialias drawing LineSeries dualcolor
- Replies: 24
- Views: 31485
Re: TeeCanvas3d + Antialias drawing LineSeries dualcolor
Hi, thanks for you answer (I have actually option in program to user change drawing to GDI+). But same problem stays on line drawing, when drawing horizontal parts of line it is about 2 pixel thick and when lots of points near eachother in line it looks messy. GDI and Antialias is much better lookin...
- Mon Dec 16, 2013 3:35 pm
- Forum: VCL
- Topic: TeeCanvas3d + Antialias drawing LineSeries dualcolor
- Replies: 24
- Views: 31485
Re: TeeCanvas3d + Antialias drawing LineSeries dualcolor
Hi,
yes I know, but I don't like how GDI+ looks like.
Everything looks like you have bad vision (kind of blurry) + all lines are thick, text you can set normal and then it looks sharp but trend lines, back grid, etc. looks bad.
Janne
yes I know, but I don't like how GDI+ looks like.
Everything looks like you have bad vision (kind of blurry) + all lines are thick, text you can set normal and then it looks sharp but trend lines, back grid, etc. looks bad.
Janne
- Mon Dec 16, 2013 12:46 pm
- Forum: VCL
- Topic: TeeCanvas3d + Antialias drawing LineSeries dualcolor
- Replies: 24
- Views: 31485
Re: TeeCanvas3d + Antialias drawing LineSeries dualcolor
Hi,
yes I meant 2D (I was set it on component so I forgot it on sample code).
Good to know that it is fixed, when is next release (or can I have fixed source)?
Thanks, Janne
yes I meant 2D (I was set it on component so I forgot it on sample code).
Good to know that it is fixed, when is next release (or can I have fixed source)?
Thanks, Janne
- Mon Dec 16, 2013 9:36 am
- Forum: VCL
- Topic: TeeCanvas3d + Antialias drawing LineSeries dualcolor
- Replies: 24
- Views: 31485
TeeCanvas3d + Antialias drawing LineSeries dualcolor
Hi, latest version on TeeChart (2013.09.131119 32bit) draws LineSeries non horizontal line parts wrong color. sample code: Chart1.Canvas:=TTeeCanvas3D.create; AntiAlias:=TAntiAliasTool.Create(Self); with AntiAlias do begin ParentChart:=Chart1; ShowInEditor:=false; end; AntiAlias.active:=true; ser :=...