Search found 9 matches

by Simon
Thu Aug 19, 2004 10:46 am
Forum: ActiveX
Topic: Text Outline on Annotation Tool
Replies: 2
Views: 5700

Plebs rejoice - problem solved! That's where I had been looking for the outline option but it turns out I was running v6.0.0.3 - upgrading to the latest release results in Microsoft IntelliSense (an oxymoron if ever I've seen one!) showing the "Outline" option under "Font".

Thanks for your help. :)
by Simon
Thu Aug 19, 2004 7:58 am
Forum: ActiveX
Topic: Text Outline on Annotation Tool
Replies: 2
Views: 5700

Text Outline on Annotation Tool

At design time I can see how to add an outline to the text in an annotation tool by clicking on Outline under the Text tab - this brings up a Border Editor dialog. However, I need to add the tool at run-time and cannot see any option (under .Tools.Items(0).asAnnotation.Shape) that will allow me to s...
by Simon
Wed May 05, 2004 1:24 pm
Forum: ActiveX
Topic: Wrapping axis text and point series items dissapear zooming
Replies: 5
Views: 10276

Pep,

I posted an example in the steema.public.attachments newsgroup ("Point Series items disappear when zooming") on 6th April - any news??

Ta
by Simon
Tue Apr 06, 2004 10:20 am
Forum: ActiveX
Topic: Wrapping axis text and point series items dissapear zooming
Replies: 5
Views: 10276

Pep, The example for multiline text is not quite what I need. It is the axis title (not the labels - sorry for the confusion) that need to autowrap. I know how to manually add a carraige return but I do not know how long the title is going to be and need it to automatically wrap when it gets too lar...
by Simon
Tue Apr 06, 2004 10:08 am
Forum: ActiveX
Topic: Wrapping axis text and point series items dissapear zooming
Replies: 5
Views: 10276

Posted into group, thanks
by Simon
Thu Apr 01, 2004 10:08 am
Forum: ActiveX
Topic: Wrapping axis text and point series items dissapear zooming
Replies: 5
Views: 10276

Wrapping axis text and point series items dissapear zooming

Two Questions; 1 - How do you get the text on an axis label to autowrap? (See pictures below) 2 - When zooming in on an area the plots for the point series seem to disappear. I have a number of series and some of the points are overlapped. If I zoom in to one area of the chart the points for some, o...
by Simon
Tue Mar 30, 2004 3:52 pm
Forum: ActiveX
Topic: Point Series appear behind axes
Replies: 1
Views: 5637

Point Series appear behind axes

How can you get the plots for the point series to be displayed on top of the axes? They are always clipped by the axes unless you set the gradient of the series to radial - but I don't always want them to have a gradient. Also, how do you set the end colour for the gradient? I can only see how to se...
by Simon
Wed Jan 14, 2004 1:38 pm
Forum: ActiveX
Topic: Loading panel background image from the clipboard
Replies: 1
Views: 6670

Loading panel background image from the clipboard

Is there any way to load the contents of the clipboard directly as the panel background (using version 6)
by Simon
Wed Jan 14, 2004 11:45 am
Forum: ActiveX
Topic: Detecting Keypress on chart
Replies: 1
Views: 6692

Detecting Keypress on chart

There is no Keypress or Keydown events for TChart objects and the keypress events on the form do not fire when there is a TChart object active.

How can I capture keyboard events?