Search found 16 matches

by Phil Moseley & Assocs
Thu Jun 19, 2008 10:42 pm
Forum: .NET
Topic: Tools
Replies: 1
Views: 3111

Tools

Can I have more then one tool active at a time? I had a number of lines drawn through DrawLine Tool. I then added a Rectangle tool and then another rectangle tool. And in each tool I added text and so on. Then I noticed that the lines drawn with DrawLine were not displayed. I simply deleted the Rect...
by Phil Moseley & Assocs
Mon Jun 09, 2008 8:12 pm
Forum: .NET
Topic: Arrows at end of a line
Replies: 3
Views: 5586

Arrows at end of a line

Is there any way I can place an arrow at the end of a line using your EndCaps features in Drawline? Can I display a symbol and rotate it like I want, in particular an arrow?

Ed Reyes
by Phil Moseley & Assocs
Mon Jun 09, 2008 5:40 pm
Forum: .NET
Topic: Continuous Lines
Replies: 1
Views: 3302

Continuous Lines

Do you have any tools in TeeChart that would allow me to draw a set of continuous line segments all as one line through a series of mouse clicks to indicate a bend in the overall line.

If you don't is it possible for me to create my own tool to extend the tools that are available in TeeChart?

Ed
by Phil Moseley & Assocs
Mon Jun 09, 2008 4:00 pm
Forum: .NET
Topic: Image Transparency Issue & CustomTargetRectangle Issue
Replies: 7
Views: 8893

I appreciate your feedback but this code won't work. If I have a gradient on the panel, I want to keep it in addition to have a transparency setting on an image on the back wall of a plot. this is what I am doing for a transparency event with an image already loaded. private void SetInnerImageTransp...
by Phil Moseley & Assocs
Fri Jun 06, 2008 10:35 pm
Forum: .NET
Topic: Image Transparency Issue & CustomTargetRectangle Issue
Replies: 7
Views: 8893

Image Transparency Issue

I have downloaded your latest version of TeeChart because the Image on a TeeChart Back Wall will not work with Transparency. With the latest download it still does not work. I read your notes indicating this bug was fixed, can you direct me as to how I can get image transparency to work on the back ...
by Phil Moseley & Assocs
Fri Jun 06, 2008 3:32 pm
Forum: .NET
Topic: Image Transparency Issue & CustomTargetRectangle Issue
Replies: 7
Views: 8893

You didn't answer the first part of my message
by Phil Moseley & Assocs
Thu Jun 05, 2008 4:32 pm
Forum: .NET
Topic: Image Transparency Issue & CustomTargetRectangle Issue
Replies: 7
Views: 8893

Image Transparency Issue & CustomTargetRectangle Issue

I have downloaded your latest version of TeeChart because the Image on a TeeChart Back Wall will not work with Transparency. With the latest download it still does not work. I read your notes indicating this bug was fixed, can you direct me as to how I can get image transparency to work on the back ...
by Phil Moseley & Assocs
Mon Apr 28, 2008 3:23 pm
Forum: .NET
Topic: What is the Content of an XML Export?
Replies: 3
Views: 4759

Can the saved template be saved in XML format? I didn't see that interface?
by Phil Moseley & Assocs
Mon Apr 28, 2008 5:21 am
Forum: .NET
Topic: What is the Content of an XML Export?
Replies: 3
Views: 4759

What is the Content of an XML Export?

Can you tell me if I have IncludeData set to false in an export. What is saved? Can it be saved to an xml file? I think I am missing something if you can.
by Phil Moseley & Assocs
Fri Apr 25, 2008 1:06 am
Forum: .NET
Topic: Display chart as a thumbnail in a listview box
Replies: 1
Views: 3169

Display chart as a thumbnail in a listview box

I want to display charts in a ListView. The charts will be referenced in a general list collection and displayed as items in a ListView. I would like to display the items as thumbnails. Do I need some type of special paint feature?
by Phil Moseley & Assocs
Wed Apr 23, 2008 2:46 pm
Forum: .NET
Topic: PropertyGrid implementation for teechart
Replies: 1
Views: 3329

PropertyGrid implementation for teechart

I have a class that derives from TChart. I am sending it to a Property Grid and have implemented it's own type converter. When I manipulate the collection returned from GetProperties in my Typeconverter then I cannot Expand a Property with additional porperties such as "Panel". but if I leave the co...
by Phil Moseley & Assocs
Thu Dec 13, 2007 5:46 pm
Forum: .NET
Topic: Drag and drop axes, having an issue
Replies: 2
Views: 4751

Hello, I actually figured this out yeterday. This is what I did, which works perfect: Graphics g = this.CreateGraphics (); SizeF size = g.MeasureString (axis.Title.Caption, axis.Title.Font.DrawingFont); int width = axis.MaxLabelsWidth (); width += (int)Math.Ceiling (size.Height); Rectangle rect = ax...
by Phil Moseley & Assocs
Wed Dec 12, 2007 9:58 pm
Forum: .NET
Topic: Drag and drop axes, having an issue
Replies: 2
Views: 4751

Drag and drop axes, having an issue

In the next version of our software, we would like to allow the user to drag and drop axis around. I am in the beginning stages of coding this feature, and I have already run in to an issue: I can use Axis.Clicked(x, y) to see if a mouse click is inside the axis, but this only checks the tiny area w...
by Phil Moseley & Assocs
Wed Oct 31, 2007 7:46 pm
Forum: .NET
Topic: Strange legend issue
Replies: 1
Views: 3409

Strange legend issue

In our product, you can open multiple plots and each plot will have it's series in the legend. Pretty standard stuff really. My issue is when I open one plot, the legend has all of the plots points listed, rather than the series themselves. Example 1 (this is the correct behavior): http://www.gnomet...
by Phil Moseley & Assocs
Mon Aug 13, 2007 2:57 pm
Forum: .NET
Topic: Borland C++ Builder to .NET transition help
Replies: 3
Views: 5010

Great, thanks!

One question. What would considered the "default" HatchStyle? I am using HatchStyle.Max currently, but MS's docs on Drawing2D are a bit lacking.