AHA!
YES!
Sorry, for some reason I "wasn't seeing" the overloads, but they are in fact there.
Anyways your solution worked!
Thank you! That makes the graph pretty much bug free as far as I'm concerned right now
Search found 10 matches
- Sat Sep 10, 2011 9:11 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
- Thu Sep 08, 2011 2:16 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
So what you're saying is that there are no overloads of that method in my version, is that correct? We will for sure not upgrade before the release which is coming up at the end of the week (relatively speaking), but we may consider that for further version (just to avoid any issues with our graphs,...
- Wed Sep 07, 2011 7:08 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
I went around a different route, however it still get a similar (and undesired) result. But, at least this code should be easier to understand. So omitting how I create the records, axes, groups, this I believe makes a little bit more sense as a "stand alone" code: with fraPCTGraph.chtGraph do begin...
- Wed Sep 07, 2011 3:51 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
Sorry, I know my code may be a little confusing unless viewed and understood in the full spectrum. I do in fact, though, add a Label to every reading (or Point): sgSeriesGroup.Series[i3].AddXY( aReadingRecord[i2].dTestDate, aReadingRecord[i2].fReading, DateToStr(aReadingRecord[i2].dTestDate)); So ev...
- Tue Sep 06, 2011 8:27 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
I am nearly ready to finalize the graph, but I do require some assistance with one rather annoying issue: teechart_bad4.JPG I highlighted which values are not showing on the grid/bottom axis. The values are there but for some reason they don't always show on the axis. I need them to be there. Is the...
- Fri Sep 02, 2011 7:49 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
Hello, By default, the OperaPalette is used to color your series. This palette is an array of 12 colors. If you want, you can create your custom palette and/or make your series use that palette restarting from its first color after using its last color. Something like following: for i:=0 to 30 do w...
- Tue Aug 30, 2011 5:14 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
Awesome, it's starting to look like a proper graph now :) (of course I got more tweaking to do). One more thing though, I'm wondering if I can somehow expand the series coloring theme. teechart_bad3.JPG If you notice, after some of the series they stop having a color associated with them and they ar...
- Tue Aug 30, 2011 1:56 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
Thank you for the reply.
I will try the mentioned methods and will let you know if I have any further questions.
I will try the mentioned methods and will let you know if I have any further questions.
- Mon Aug 29, 2011 3:10 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Re: Chart formats strange at runtime after dynamic code
Of course I forgot to mention the version.
v8.01.10798 Win32
Can we please get some help with this issue?
v8.01.10798 Win32
Can we please get some help with this issue?
- Fri Aug 26, 2011 6:00 pm
- Forum: VCL
- Topic: Chart formats strange at runtime after dynamic code
- Replies: 15
- Views: 11218
Chart formats strange at runtime after dynamic code
Please could someone help clarify this for me ASAP (I'm in the middle of finalizing a project, need the graphs to format better). Scenario: I'm adding values to the TeeChart dynamically (including custom axes, series, and series values). I get the desired results with the exception of the chart not ...