Search found 7 matches
- Mon May 17, 2010 8:29 am
- Forum: .NET
- Topic: Set borders (min,max) to drag chart with right mouse button
- Replies: 1
- Views: 3129
Set borders (min,max) to drag chart with right mouse button
Hello, could You help me. I need to set restrictions for the chart dragging with right mouse button for user. I mean that user couldn't drag chart holding right mouse button to the area with values out of the range (less then Min and larger then Max). How can I do it? Thanks for reply.
- Tue Dec 22, 2009 11:37 am
- Forum: .NET
- Topic: Error opening chartEditor in user's computer
- Replies: 24
- Views: 26195
Re: Error opening chartEditor in user's computer
Hi wakeup. Try
instead of
Code: Select all
Steema.TeeChart.Editor.Show(chart);
Code: Select all
chart.ShowEditor();
- Tue Dec 22, 2009 10:36 am
- Forum: .NET
- Topic: Problem with Templates export
- Replies: 3
- Views: 4635
Re: Problem with Templates export
Hi Narcis. I've download last release but it doesn't solve problems. The project is too large. There're lots of "on-line" charts on main form which are refreshed by a timer. There is a SaveScreen method that exports all chart templates: private void SaveScreen(string ScreenName) { foreach (TChart ch...
- Tue Dec 22, 2009 9:40 am
- Forum: .NET
- Topic: Problem with Templates export
- Replies: 3
- Views: 4635
Problem with Templates export
Hello! When I try to save template without series data, I have a trouble. I use chart.Export.Template.IncludeData = false; property. Sometimes it works properly, but sumetimes series data includes in *.ten file anyway, then template file size reaches several megabytes. Why does it happen? One more p...
- Fri Oct 16, 2009 11:31 am
- Forum: .NET
- Topic: Decimation sampling rate
- Replies: 1
- Views: 3198
Decimation sampling rate
Hello. We use TeeChart for visualizing physical processes and deal with lots of data (discrete phisycal signals). I can't find any frequency decimation functions in TeeChart. Could You help me, tell please how can one decimate series by means of TeeChart? I've tried fLine.DrawAllPoints = false; but ...
- Thu Jul 16, 2009 8:49 am
- Forum: .NET
- Topic: How to put in line origins of coordinates?
- Replies: 2
- Views: 6554
Re: How to put in line origins of coordinates?
Yeray
thank you very much
thank you very much
- Wed Jul 15, 2009 2:18 pm
- Forum: .NET
- Topic: How to put in line origins of coordinates?
- Replies: 2
- Views: 6554
How to put in line origins of coordinates?
Good day, could you help me. I need to put in line several 2-D charts so that origins of charts will be in line. How can I do it?
see screenshot in attach
see screenshot in attach