Search found 22 matches
- Thu Jun 16, 2011 3:53 pm
- Forum: ActiveX
- Topic: Redistribution of teechart.ocx in open sourced software?
- Replies: 1
- Views: 4397
Redistribution of teechart.ocx in open sourced software?
Hi, One of the TeeChart licenses that I purchased a few of years ago was used to develop a product featuring a web-based UI. In that product, Teechart ActiveX charts are instantiated as ActiveX objects in HTML/PHP pages. This product falls in the “Applied Web browser scenario” of your licensing web ...
- Fri Feb 05, 2010 11:00 am
- Forum: .NET
- Topic: arrow head on axis
- Replies: 3
- Views: 5257
Re: arrow head on axis
Sandra, Thanks for your reply. I hadn't seen the Axis tab in the tools section ;-) The AxisArrow tool is what I need but it doesn't seem flexible enough in my case :-( : - It's drawn on a vertical plan. I need it drawn on the horizontal plan (bottom axis). - It doesn't follow the ZPosition setting o...
- Tue Feb 02, 2010 4:42 pm
- Forum: .NET
- Topic: arrow head on axis
- Replies: 3
- Views: 5257
arrow head on axis
version: 3.5.3425.20245 Hi All, My chart displays a tower series that looks like this . A rotation tool is used to allow user other view angles. The problem is that once the chart has been rotated, user is a bit-disoriented. To fix this, I'd like to draw an axis with an arrowhead, like this . If thi...
- Wed Apr 08, 2009 7:56 am
- Forum: .NET
- Topic: fast chart screenshot needed
- Replies: 5
- Views: 6411
Narcís, Thanks for your reply. Regarding the video, the app does more than that: It captures and combine the input from 2 cameras (720x576 pixels each) + sound from a microphone. It also collects data from a measurement equipment. It adds various texts and drawing to each video frame (including a co...
- Tue Apr 07, 2009 12:57 pm
- Forum: .NET
- Topic: fast chart screenshot needed
- Replies: 5
- Views: 6411
Narcís, I'm afraid I don't get you!? :( In my case, performance is an issue. And clearly, 100msec to take a copy of a bitmap is not acceptable. Let me re-state my requirements: - The program continously fills in the tower chart with real time data (1 point added or modified every 100 msec). - Every ...
- Fri Apr 03, 2009 10:57 am
- Forum: .NET
- Topic: fast chart screenshot needed
- Replies: 5
- Views: 6411
fast chart screenshot needed
Env.: VS2008 / .NET 2.0 / C# / TChart 3.5.3330.21114 Hi, I have 3D tower chart that continuously receives new points. I need to periodically (every 1 second) take a copy of the chart image (in memory) to asynchronously display it elsewhere in my app. It must be fast because I'm also displaying live ...
- Tue Mar 24, 2009 1:15 pm
- Forum: .NET
- Topic: Marks text: How to add a % sign?
- Replies: 2
- Views: 4420
- Tue Mar 24, 2009 11:46 am
- Forum: .NET
- Topic: Marks text: How to add a % sign?
- Replies: 2
- Views: 4420
Marks text: How to add a % sign?
Hi, I have a bargraph with marks above each bar to display the value. If the value is 78, I want to display 78 %. If I simply add a % in ValueFormat, it turns to 7800 % ! I noticed that I can avoid this 100 factor by using ValueFormat = ##0 '% (note the ' before %). Is this the recommended way to to...
- Wed Mar 11, 2009 10:09 am
- Forum: .NET
- Topic: How to ensure my 3D chart is fully visible?
- Replies: 1
- Views: 3027
How to ensure my 3D chart is fully visible?
Hi, I have a 3D tower series whose roughly looks like a 3D circular Gauss curve, if you see what I mean (X,Z values are inside a circle centered on 0,0. Y values are >=0. The highest Y values are in the middle of the circle). I know the range of values for X,Z hence can set scale on bottom and depth...
- Tue Mar 10, 2009 3:12 pm
- Forum: .NET
- Topic: function high/low with multiple series
- Replies: 3
- Views: 4614
- Tue Mar 10, 2009 2:52 pm
- Forum: .NET
- Topic: Click and Undone_Zoom events collision
- Replies: 3
- Views: 5276
Yeray, I'm not quite sure what the outcome of your logic would achieve. Especially since MouseDown comes before Zoom, UndoneZoom et al. Anyway, I found a solution based on the fact that MouseUp() is synchronous with Zoomed() and UndoneZoom() (fired during same WM_LBUTTONUP message) and fires *AFTER*...
- Tue Mar 10, 2009 9:34 am
- Forum: .NET
- Topic: function high/low with multiple series
- Replies: 3
- Views: 4614
function high/low with multiple series
v 3.5.3225.32185 / VS 2008 / .NET 2.0 Hi, First, I'm trying to have a series which draws a flat lineshowing the max value of a series. Easy: Use the high function. Data source = the series. Function period = 0. Works fine. Now, I want the same (one) flat line to show the max value of all points in 2...
- Thu Mar 05, 2009 8:30 am
- Forum: .NET
- Topic: Click and Undone_Zoom events collision
- Replies: 3
- Views: 5276
Click and Undone_Zoom events collision
Env.: VS2008 / Vista / .NET 2.0 / TChart 3.5.3274.30664 Hi, My chart support zooming + a cursor tool. When user clicks the chart, I set the cursor tool position at the mouse position. I initially handled the click in the ClickBaground() event. But it appears that when this event is subscribed, mouse...
- Mon Jan 26, 2009 3:26 pm
- Forum: .NET
- Topic: Copy chart image to memory
- Replies: 6
- Views: 7414
- Thu Jan 22, 2009 10:48 am
- Forum: .NET
- Topic: crash when adding 'random' points to a tower series
- Replies: 5
- Views: 5890
Hi Narcís, I've upgraded to the latest version. It does indeed seem to solve the problem for the test project but the problem still occurs in my real project where there are more points. I'll do my best to reproduce the problem in the test project. In the mean time, here's the call stack when the pr...