Search found 14 matches

by Gilbert
Thu Aug 19, 2004 2:33 pm
Forum: VCL
Topic: How to to show marks on mouse over
Replies: 4
Views: 11539

How to to show marks on mouse over

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
by Gilbert
Mon May 24, 2004 9:31 am
Forum: VCL
Topic: "Best Fit" Marks
Replies: 1
Views: 5365

"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
by Gilbert
Thu May 20, 2004 3:50 pm
Forum: VCL
Topic: Changing the Chart's Cursor
Replies: 1
Views: 5410

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
by Gilbert
Wed May 19, 2004 6:11 pm
Forum: VCL
Topic: TDBChart and Delphi 7.1
Replies: 2
Views: 7647

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...
by Gilbert
Wed May 19, 2004 6:03 pm
Forum: VCL
Topic: Left Axis Title overlaps left axis values
Replies: 1
Views: 5489

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...
by Gilbert
Wed May 19, 2004 5:50 pm
Forum: VCL
Topic: Chart Streaming
Replies: 4
Views: 9629

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...
by Gilbert
Tue May 18, 2004 10:34 am
Forum: VCL
Topic: Chart Streaming
Replies: 4
Views: 9629

Was this a stupid question?
by Gilbert
Fri May 14, 2004 3:09 pm
Forum: VCL
Topic: Chart Streaming
Replies: 4
Views: 9629

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...
by Gilbert
Fri May 14, 2004 7:52 am
Forum: VCL
Topic: Label dragging & Chart Resizing
Replies: 1
Views: 5712

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...
by Gilbert
Thu May 13, 2004 2:58 pm
Forum: VCL
Topic: LoadChartFromFile
Replies: 2
Views: 7155

Then, is there a LoadChartFromStream that takes a value parameter? With the reference parameter, I have to first assign my TChart to a TCustomChart before calling the procedure.
by Gilbert
Thu May 13, 2004 2:26 pm
Forum: VCL
Topic: Read-Only Series
Replies: 1
Views: 5605

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?
by Gilbert
Thu May 13, 2004 1:55 pm
Forum: VCL
Topic: Legend Scrollbar in TeeChart 7
Replies: 1
Views: 5726

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.
by Gilbert
Thu May 13, 2004 1:51 pm
Forum: VCL
Topic: BDE with TDBChart
Replies: 2
Views: 6991

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."
by Gilbert
Wed May 12, 2004 7:46 am
Forum: VCL
Topic: BDE with TDBChart
Replies: 2
Views: 6991

BDE with TDBChart

Is it necessary to have BDE installed when using TDBChart, even when using memory datasets (not BDE components)?