Howzit,
Is it possible to show the mark of a point on a series (Point series) only when the mouse pointer hovers over that point? Alternatively, a hint showing the text in the mark would be sufficient.
Gilbert
Search found 14 matches
- Thu Aug 19, 2004 2:33 pm
- Forum: VCL
- Topic: How to to show marks on mouse over
- Replies: 4
- Views: 12169
- Mon May 24, 2004 9:31 am
- Forum: VCL
- Topic: "Best Fit" Marks
- Replies: 1
- Views: 5689
"Best Fit" Marks
Is there something like a "Best Fit" method for marks. i.e. a routine that moves the marks so that they do not overlap (esp. for a point chart where multiple points in the same position)? If not, any suggestions?
Regards,
Gilbert
Regards,
Gilbert
- Thu May 20, 2004 3:50 pm
- Forum: VCL
- Topic: Changing the Chart's Cursor
- Replies: 1
- Views: 5594
Changing the Chart's Cursor
Howzit,
How do i change the cursor for the chart control. Setting Chart1.Cursor does not cut it.
Regards,
Gilbert
How do i change the cursor for the chart control. Setting Chart1.Cursor does not cut it.
Regards,
Gilbert
- Wed May 19, 2004 6:11 pm
- Forum: VCL
- Topic: TDBChart and Delphi 7.1
- Replies: 2
- Views: 8013
A unit should not complain like that unless there is a mismatched dcu / pas file somewhere. Perhaps delphi 7.1 ships with its own chart.pas. Ensure the only copies of the files in question (dcu & pas) are those you bought from Steema. Having said this i had a similar problem when installing a non-so...
- Wed May 19, 2004 6:03 pm
- Forum: VCL
- Topic: Left Axis Title overlaps left axis values
- Replies: 1
- Views: 5692
Left Axis Title overlaps left axis values
TeeChart 6, Delphi 7 I have a chart on a Tab control, and populate the chart before display the tab. The left axis title always overlaps the left axis tick values - how can i set this not to happen? I have hooked the OnGetAxisLabel event and sometimes change the labels' text - but overlap occurs eve...
- Wed May 19, 2004 5:50 pm
- Forum: VCL
- Topic: Chart Streaming
- Replies: 4
- Views: 10057
That's all cool, stream is saving properly, but - default values are not saved to stream. So, it seems, that when the chart is streamed in, values not in the stream are not set, hence my problem: Gridlines is True by default. I am streaming onto a chart where Gridlines is False and, since the proper...
- Tue May 18, 2004 10:34 am
- Forum: VCL
- Topic: Chart Streaming
- Replies: 4
- Views: 10057
- Fri May 14, 2004 3:09 pm
- Forum: VCL
- Topic: Chart Streaming
- Replies: 4
- Views: 10057
Chart Streaming
Are all published values of a chart streamed with SaveChartToStream? I switched on Left and Bottom axis grid lines at runtime, saved the chart to stream, re-loaded the stream into another chart and gridlines where gone. How do i verify the contents of the outgoing stream - is there a way to get a te...
- Fri May 14, 2004 7:52 am
- Forum: VCL
- Topic: Label dragging & Chart Resizing
- Replies: 1
- Views: 5911
Label dragging & Chart Resizing
Howzit, I have added the "Drag Marks" tool to my chart - fine, i can drag the labels. However, when i resize the chart, the marks do not stay pointing to the relevant point (usisng a TPointSeries) they are fixed in position on the form. How do i get these mark to move with the points? Regards, Gilbe...
- Thu May 13, 2004 2:58 pm
- Forum: VCL
- Topic: LoadChartFromFile
- Replies: 2
- Views: 7394
- Thu May 13, 2004 2:26 pm
- Forum: VCL
- Topic: Read-Only Series
- Replies: 1
- Views: 5914
Read-Only Series
Is it possible to make a single series Read-Only. i.e. cannot be deleted (or edited), but still allow other series' on the chart to be created and edited?
- Thu May 13, 2004 1:55 pm
- Forum: VCL
- Topic: Legend Scrollbar in TeeChart 7
- Replies: 1
- Views: 5987
Legend Scrollbar in TeeChart 7
I have the Teechart 7 Demo (not the product). Does the legend support an horizontal scrollbar? This for legends with very long item captions.
- Thu May 13, 2004 1:51 pm
- Forum: VCL
- Topic: BDE with TDBChart
- Replies: 2
- Views: 7207
Help Files
Just a bit confusing with the help files (under TDBChart):
"The main difference between TChart and TDBChart is that the last one NEEDS the Borland Database Engine to be correctly installed in the target machine, while TChart does not."
"The main difference between TChart and TDBChart is that the last one NEEDS the Borland Database Engine to be correctly installed in the target machine, while TChart does not."
- Wed May 12, 2004 7:46 am
- Forum: VCL
- Topic: BDE with TDBChart
- Replies: 2
- Views: 7207
BDE with TDBChart
Is it necessary to have BDE installed when using TDBChart, even when using memory datasets (not BDE components)?