Search found 6 matches

by Bill Anderson
Thu Aug 10, 2017 3:04 pm
Forum: VCL
Topic: TChart BUG - 2 pixel axes and grids, smudged number font
Replies: 10
Views: 23246

Re: TChart BUG - 2 pixel axes and grids, smudged number font

Hi Sandra,

All the problems in this thread have been solved.

The cause of the last bug turned out to be a TChart hidden on a normally unused hidden tabsheet. Removing this TChart and removing all the references to <VclTee.TeeGDIPlus.hpp> fixed the problem.
Many Thanks.

Sincerely,
Bill Anderson
by Bill Anderson
Wed Aug 09, 2017 3:52 pm
Forum: VCL
Topic: TChart BUG - 2 pixel axes and grids, smudged number font
Replies: 10
Views: 23246

Re: TChart BUG - 2 pixel axes and grids, smudged number font

Hi Sandra, Yes, when I put TChartCalcX->Axes->Bottom->Texts->MarginToAxis = 0; into the frame constructor, it decreased the number of pixels between the BottomAxis tic marks and the top of the numbers from 4 to 3. And this occurred in both the Project I sent you and in my main program. So this probl...
by Bill Anderson
Tue Aug 08, 2017 1:49 pm
Forum: VCL
Topic: TChart BUG - 2 pixel axes and grids, smudged number font
Replies: 10
Views: 23246

Re: TChart BUG - 2 pixel axes and grids, smudged number font

Hi Sandra, Unfortunately, changing Chart1->BottomAxis->LabelsSeparation to 1 (or to 0) in the ObjectInspector did not fix the problem - the number of pixels between the tic mark and the top of the numbers remained at 4 (ie did not decrease to 3). I have included a downloadable simple program (TChart...
by Bill Anderson
Mon Aug 07, 2017 12:26 pm
Forum: VCL
Topic: TChart BUG - 2 pixel axes and grids, smudged number font
Replies: 10
Views: 23246

Re: TChart BUG - 2 pixel axes and grids, smudged number font

Hi Yeray, Should I submit this request for decreasing the number of pixels between the bottom axis and the top of the number under a new request? I am stacking many TCharts one on top of the other, so changing this value by only one pixel really does change the appearance from sloppy to good. Sincer...
by Bill Anderson
Fri Aug 04, 2017 3:24 pm
Forum: VCL
Topic: TChart BUG - 2 pixel axes and grids, smudged number font
Replies: 10
Views: 23246

Re: TChart BUG - 2 pixel axes and grids, smudged number font

Hello Yeray, Thanks! Changing from GDI+ back to GDI was that magic change that pretty much fixed everything. The axes and grids are now correctly 1 pixel in width, and the font is the correct MS Sans Serif. There is just one small problem that I can't seem to fix. I want the BottomAxis numbers to be...
by Bill Anderson
Wed Aug 02, 2017 6:35 pm
Forum: VCL
Topic: TChart BUG - 2 pixel axes and grids, smudged number font
Replies: 10
Views: 23246

TChart BUG - 2 pixel axes and grids, smudged number font

Hello, I think I have a bug in TChart. I am trying to have axes and grids of 1 pixel width, but they are all 2 pixels wide. I am also trying to use axes numbers with the MS Sans Serif (which is not 'smudged' like Arial), but I appear to have the smudged Arial number fonts. I am using RAD Studio XE 1...