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,...
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...
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...
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...
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...
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...
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 ...