Search found 45 matches

by Sam F
Tue Nov 08, 2011 8:38 am
Forum: VCL
Topic: TContourSeries - making art
Replies: 2
Views: 5164

TContourSeries - making art

I have a display made of both TContourSeries and TColorGridSeries. It started hanging and I found out that when I feed in a (very) large array of data, with valid location values, but the data terms are all zero, then it hangs when I call Repaint. I don't know which series flakes out the most about ...
by Sam F
Thu Jun 09, 2011 9:50 am
Forum: VCL
Topic: Vertical line artifact
Replies: 1
Views: 3253

Vertical line artifact

I've found that if I zoom in far enough on one of my charts, I get a vertical line (see attached) that does not appear to be from the data, as it doesn't move along the screen when I pan the chart with my mouse (and isn't there if I haven't zoomed in this far). There's a lot going on with the chart,...
by Sam F
Wed Mar 02, 2011 2:28 am
Forum: VCL
Topic: Custom labels not invisibilising when scrolled off
Replies: 5
Views: 8171

Re: Custom labels not invisibilising when scrolled off

Adding this to the Scroll event seems to work: TChartAxis* Axis; double dValue(0); double dMax(0); double dMin(0); for(int AxisIndex(0); AxisIndex < Chart1->Axes->Count; AxisIndex++) { Axis = Chart1->Axes->Items[AxisIndex]; if(!Axis->Items->Automatic) { dMax = Axis->Maximum; dMin = Axis->Minimum; fo...
by Sam F
Wed Mar 02, 2011 1:20 am
Forum: VCL
Topic: Custom labels not invisibilising when scrolled off
Replies: 5
Views: 8171

Re: Custom labels not invisibilising when scrolled off

I thought I was pretty clear. Quite simply, you use custom labels, and then drag the chart around to move them off the chart. But here is your step by step guide: Create a new project (I'm using C++ Builder XE, TChart 2011). Plonk a TChart onto the available form. Add at the top of the cpp file: #in...
by Sam F
Mon Feb 28, 2011 9:25 am
Forum: VCL
Topic: Custom labels not invisibilising when scrolled off
Replies: 5
Views: 8171

Custom labels not invisibilising when scrolled off

Hi, I recently upgraded to the 2011 version of TChart, and am using CBuilder XE. I use custom labels on some of my charts, and I have been adding extra labels off the end of the axes in case the user panned in that direction. It seems now that these labels are visible and clustering up as garbage at...
by Sam F
Thu Feb 24, 2011 2:04 am
Forum: VCL
Topic: Panel color in TChart
Replies: 12
Views: 17720

Re: Panel color in TChart

I have exactly the same issue. I recently upgraded to from C++ builder 2007 to XE, and upgraded to TChart2011. As mentioned above, the tchart backgrounds in existing projects have turned to white, rather than their normal clBtnFace. The behaviour of what a chart defaults to is different compared to ...
by Sam F
Thu Jun 10, 2010 5:29 am
Forum: VCL
Topic: TeeChart v8.07 VCL maintenance release available
Replies: 6
Views: 10942

Re: TeeChart v8.07 VCL maintenance release available

Is there any movement on the problem below? Quoting below from 'TeeChart v8.06 VCL maintenance release available' thread: Hello, I checked this works fine with v8.06 and Delphi 2007 but fails with C++ Builder 2007, 2009 and 2010. I'm afraid the only solution for now is doing something like this: TCh...
by Sam F
Thu Dec 03, 2009 2:03 am
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 29502

Re: TeeChart v8.06 VCL maintenance release available

I'm currently using C++ Builder 2007 by the way.
by Sam F
Thu Dec 03, 2009 1:40 am
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 29502

Re: TeeChart v8.06 VCL maintenance release available

I am able to recreate the problem by starting a new project, with the following small code snippet. Considering starting a new project doesn't seem to help, is there anything I can do on my end to resolve this? If I ended up purchasing C++ Builder 2009, for example? Are their cheaper solutions? TCha...
by Sam F
Tue Nov 24, 2009 2:23 am
Forum: VCL
Topic: TLegendPalette
Replies: 1
Views: 3164

TLegendPalette

Hi, I'm using the LegendPallette. I would like to have my LegendPallette only have numbers on its right side. It seems if I specify Axis = laOther then the left of the coloured section of the palette seems to run off the boundary of the tool(see uploaded image). If I instead leave Axis = laBoth and ...
by Sam F
Wed Nov 18, 2009 4:57 am
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 29502

Re: TeeChart v8.06 VCL maintenance release available

Thanks for the information. I will probably try recreating the project and see if that works.
by Sam F
Tue Nov 17, 2009 4:29 am
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 29502

Re: TeeChart v8.06 VCL maintenance release available

I was disappointed that TV52013596(C++ builder property alignment issue - various property values are NULL and so I can't edit them for dynamically created charts) has not been resolved with this release - I would have thought it was a quick fix to resolve.
by Sam F
Wed Aug 05, 2009 2:39 am
Forum: VCL
Topic: ColorGrid locations
Replies: 3
Views: 5061

Re: ColorGrid locations

I have now upgraded to 8.05 - that did fix the origins problem - as in, now my 10 by 10 color cells are painting on a 0 to 10 grid rather than a 1 to 10 grid. Thanks. However, there was a secondary problem(perhaps part of the root cause of the original problem) - I've been defaulting my tcharts to h...
by Sam F
Wed Aug 05, 2009 1:33 am
Forum: VCL
Topic: compile error after upgrade v.8.05
Replies: 57
Views: 67175

Re: compile error after upgrade v.8.05

Thank you - that works fine.
by Sam F
Tue Aug 04, 2009 3:15 am
Forum: VCL
Topic: compile error after upgrade v.8.05
Replies: 57
Views: 67175

Re: compile error after upgrade v.8.05

I require the fixed files please.