Search found 19 matches

by ido
Tue Aug 30, 2011 11:54 am
Forum: .NET
Topic: about licenses.licx
Replies: 5
Views: 6276

Re: about licenses.licx

I have a similar problem. Only when trying to build my application using TFS 2010 BuildServer, I get the following error: Properties\licenses.licx (1): Unable to resolve type 'Steema.TeeChart.TChart, TeeChart, Version=2.0.2306.26232, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' how can I fix th...
by ido
Tue May 19, 2009 10:04 am
Forum: .NET
Topic: Fixed pixel size for bubble radius
Replies: 1
Views: 2533

Fixed pixel size for bubble radius

Hi,
I'm using Bubble line to mark some points on a teeChart .net control.
how can i set the bubble radius to fixed size (in pixel) so it won't resize on zoom according to the axes?
by ido
Wed Feb 04, 2009 2:40 pm
Forum: .NET
Topic: does bubble contains point?
Replies: 1
Views: 2789

does bubble contains point?

Hi,
i have an e.x and e.y coordinates from a mouse up event. how can i make sure the bubble contains this point? (mouse up was in bubble range)
by ido
Sun May 25, 2008 8:40 am
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

dragPoint drags on click

Hi. i have a few problems with the dragPoint: 1. drag point drags bubble series on click without mouse move,meaning even if there is no mouse move (and the click is in the bubble's border) the drag action commits. 2. the drag icon for a bubble changes on mouse enter but when the mouse leaves the bub...
by ido
Thu May 22, 2008 12:19 pm
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

keep the bubble the same size even in zoom events

how can i change the radius for a series after calculating the zoom ratio.(I guess you meant the difference between the inital and current axes in the zoomed event...)
by ido
Thu May 22, 2008 11:19 am
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

double click event with DragTool

the DragTool masks the double click for a series as well. is there a work around for it also?
one more question for the bubble graph. is there a way to keep the bubble the same size even in zoom events?
by ido
Thu May 22, 2008 8:20 am
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

click event is not fired because of dragTool

after adding a drag tool to a series the series click event (only left click, right click fires the event) isn't fired. is that a known issue? is there a way to keep the drag tool and still fire the event?
by ido
Wed May 21, 2008 3:15 pm
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

regarding the transperent issue...

i guess it's making it transperent, but it's very hard to see it because the bubble style is polished sphere
by ido
Wed May 21, 2008 3:09 pm
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

one more question...

i have multiplie series on the chart, and i want to drag only specific graph and not all the series on the chart.
by ido
Wed May 21, 2008 2:59 pm
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

great tool.

Can i force the drag to be followed only on the y axis meaning only vertically, and how can i make the bubble transperent during the drag?
by ido
Wed May 21, 2008 1:27 pm
Forum: .NET
Topic: cause a line to follow the mouse
Replies: 16
Views: 13848

drag and drop a bubble..

I am using the above sample to drag a bubble and not a line. Is there a way to show the bubble moving with the mouse cursor until the drop (in transperent way)
by ido
Wed May 21, 2008 9:20 am
Forum: .NET
Topic: adding values to bubble graph
Replies: 1
Views: 2587

adding values to bubble graph

Hi,
i am adding values to the bubble series the same way i have added to the line series but the points won't paint on th graph. Any pointers? the series is activated and visible. Any help would be great...
by ido
Tue May 20, 2008 11:37 am
Forum: .NET
Topic: custom painting on a chart
Replies: 5
Views: 4906

what if the values are double?

what if the values are double and not int?
by ido
Tue May 20, 2008 9:45 am
Forum: .NET
Topic: custom painting on a chart
Replies: 5
Views: 4906

one more question...

I need to paint a bitmap object and on a specific point on a line which the tutorial doesn't reffer to. is there a way to do so?
by ido
Tue May 20, 2008 9:19 am
Forum: .NET
Topic: custom painting on a chart
Replies: 5
Views: 4906

custom painting on a chart

hi,
i have a rounded graphics object (bitmap) that i want to paint on a line value. is there a tutorial on custom paining on a line\chart?