0
votes
2answers
276 views
Mouseover hint for TChart series value
I am using a TChart in Delphi 7, and I want to display some bar charts. I am using the following code to set up the series values from a database query:
chart1.FreeAllSeries;
…
1
vote
3answers
467 views
Delphi TeeChart only showing one record from dataset
Using Delphi Steema TeeChart component, if I link a BarSeries to a dataset using the user interface, it shows up fine, but if I do it using code (which I need to), it's only showing one bar, even when …
1
vote
2answers
471 views
Get TChartSeries at XY Point in TChart
I'm using the TChart control that comes with Delphi 7 and wish to get the Series and Value # of the line/bar under the mouse pointer.
I'm aware of the OnClickSeries event which provides great info …
2
votes
3answers
729 views
Prevent series from using clWhite with Delphi TChart
I have a report that uses a TChart that I am maintaining. One of the TLineSeries that gets added automatically gets assigned the color clWhite, which is too close to the background (clBtnFace).
If …
