Search found 228 matches

by TestAlways
Mon Jan 13, 2014 5:49 pm
Forum: VCL
Topic: Marks are cut off
Replies: 6
Views: 9962

Re: Marks are cut off

Attached is the demo.
by TestAlways
Mon Jan 13, 2014 5:48 pm
Forum: VCL
Topic: Marks are cut off
Replies: 6
Views: 9962

Re: Marks are cut off

See the attached demo. Click on any of the "test..." buttons at the bottom of the screen--the problem is accentuated when a graphic (bitmap) of the chart is created (displayed to the right of the chart). Also, can you clarify about adding extra margin at the top—I don’t want to create needless margi...
by TestAlways
Fri Jan 10, 2014 5:38 pm
Forum: VCL
Topic: Marks are cut off
Replies: 6
Views: 9962

Marks are cut off

I use marks in a bar chart that can be clipped by the margin--for example, see the right-most bar in the chart below. http://www.tbinc.com/misc/ChartMarksProblem.bmp Most of the time this does not happen. But for this scenario (and others) it does. Is there a way of fixing this so that (1) marks are...
by TestAlways
Mon Oct 15, 2012 2:57 pm
Forum: VCL
Topic: Labels overwrite on axis
Replies: 3
Views: 28815

Re: Labels overwrite on axis

I don't know the version it worked right.

Demo attached.

Ed Dressel
by TestAlways
Fri Oct 12, 2012 11:44 pm
Forum: VCL
Topic: Labels overwrite on axis
Replies: 3
Views: 28815

Labels overwrite on axis

XE2, TChart 2012.06.120613 I am updating my help file with some new images and see that in the old image, the X axis labels did not overwrite, but in version I am using, there is a problem with X axis labels: http://www.TBinc.com/misc/TChartLabelOverwrite.png Is this a known issue? Any fix for it?
by TestAlways
Fri Aug 31, 2012 2:22 pm
Forum: VCL
Topic: Compiler exceptions with 2012.06 (120613)
Replies: 5
Views: 8988

Re: Compiler exceptions with 2012.06 (120613)

I haven't touched the install source. Here are the settings I am using: http://www.tbinc.com/misc/TeeChartCompiler.png Here is the log: =============================================== TeeChart Pro Compilation started: 8/31/2012 7:19:02 AM RAD XE2.Win32 v16 (RAD XE v9 Enterprise) Tee916 Embarcadero D...
by TestAlways
Thu Aug 30, 2012 2:01 pm
Forum: VCL
Topic: Compiler exceptions with 2012.06 (120613)
Replies: 5
Views: 8988

Re: Compiler exceptions with 2012.06 (120613)

It is unchecked. I have no options in the top-right corner checked.
by TestAlways
Thu Aug 30, 2012 12:07 am
Forum: VCL
Topic: Compiler exceptions with 2012.06 (120613)
Replies: 5
Views: 8988

Compiler exceptions with 2012.06 (120613)

I am trying to run TeeCompile.exe for installing Tee Chart. I get the following log with exceptions: ... FMXTee916 Cannot recompile Delphi package: FMXTee916.dpk Embarcadero Delphi for Win32 compiler version 23.0 Copyright (c) 1983,2011 Embarcadero Technologies, Inc. FMXTee.Chart3D.pas(124) Error: E...
by TestAlways
Wed Aug 29, 2012 6:43 pm
Forum: VCL
Topic: Abstract Error in latest version
Replies: 6
Views: 11778

Re: Abstract Error in latest version

Is there a status on this?

Ed Dressel
by TestAlways
Wed Aug 15, 2012 2:04 pm
Forum: VCL
Topic: Abstract Error in latest version
Replies: 6
Views: 11778

Re: Abstract Error in latest version

Yeray wrote:I'm afraid this is a known problem already in the defect list...
Is there going to be a resolution for this? I use tools quite a bit and this is a real problem.
by TestAlways
Wed Aug 01, 2012 2:25 pm
Forum: VCL
Topic: Extra legend
Replies: 3
Views: 7341

Re: Extra legend

Thank you... I am very close now. I created the dummy series and have it positioned where I want it--but the legend insists on showing the value. Here is a image: http://www.tbinc.com/misc/LegendChartValue.png I added Null to the series values, but it still shows. I looked at the source code and cou...
by TestAlways
Wed Aug 01, 2012 1:25 am
Forum: VCL
Topic: Extra legend
Replies: 3
Views: 7341

Extra legend

This is my last item before I finish my app update, so I am a bit pressed to get this out. XE2. TChart 2012.06 I am adding an extra legend via code to my chart. I want it to only have two items with custom text (unrelated to the series--they are categories of series, not series in themselves). Also,...
by TestAlways
Wed Aug 01, 2012 12:23 am
Forum: VCL
Topic: Abstract Error in latest version
Replies: 6
Views: 11778

Abstract Error in latest version

I just installed the 6/15/2012 build for XE2.

I needed to add an "Extra Legend" tool to my chart and get an abstract error in the IDE when clicking on the option to add it.

It seems to happen with any tool I click on.

Can this be fixed? I have source code.

Ed Dressel
by TestAlways
Wed Aug 01, 2012 12:19 am
Forum: VCL
Topic: Customizing a Legend
Replies: 1
Views: 4279

Re: Customizing a Legend

I achieved this by setting the symbol with higher and accessing the TChart.Legend.Symbol.OnDraw event.
by TestAlways
Tue Jul 31, 2012 3:07 pm
Forum: VCL
Topic: Customizing a Legend
Replies: 1
Views: 4279

Customizing a Legend

I have a legend that I need to customize. Below is how it initially appears: http://www.tbinc.com/misc/ChartLegend1.png Several things I don't like about this: (1) I would like to remove the white border around the blue boxes, and (2) the shadows are larger than the images. I also would like to modi...