In my chart the left axis gets displayed correctly in the debug mode and appears as a single value of 0 in the compiled application. Any ideas why?
The minimum value in this case is -0.666 and the max is 1.94 (35 values total). Thanks
Search found 12 matches
- Fri Jul 13, 2007 1:52 am
- Forum: .NET
- Topic: Left Axis is incorrect
- Replies: 1
- Views: 4377
- Thu Jun 28, 2007 10:16 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exception
Hi Narcís, I ran into another problem. It turns out that I can only catch this Series Editor exception in the debug mode; the compiled code does not execute my catch code. Any ideas? Thanks. There is something else I noticed. In the Series Editor's Data Source tab select a function from the drop dow...
- Wed Jun 27, 2007 4:49 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exception
Hi Narcís,
Is there a chance you'll patch v.2 with this fix any time soon?
Or maybe you can suggest a work around.
This bug is affecting our product which is scheduled for release in a month.
Thanks.
Is there a chance you'll patch v.2 with this fix any time soon?
Or maybe you can suggest a work around.
This bug is affecting our product which is scheduled for release in a month.
Thanks.
- Tue Jun 26, 2007 4:54 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exception
Hi Narcís,
When this release is going to be available?
When this release is going to be available?
- Mon Jun 25, 2007 2:44 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exception
Hi Narcís, You need to: 1. on the main form click 'Editor' button 2. in TeeChart Editor click 'Add' button 3. select 'Function' tab 4. on 'Standard' tab select 'Mode' function 5. select 'Hollow' sub-function 6. click 'Ok' button on 'Functions' tab 7. it brings the 'Data Source' tab; there move 2 ser...
- Sun Jun 24, 2007 4:55 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exemptions
Hi Narcís,
I've uploaded the sample app to your server.
The steps to reproduce: select 'mode' function, select 2 series, click 'apply' button. As you can see after the error message gets displayed, the Editor dialog disappears.
Thanks for your help.
I've uploaded the sample app to your server.
The steps to reproduce: select 'mode' function, select 2 series, click 'apply' button. As you can see after the error message gets displayed, the Editor dialog disappears.
Thanks for your help.
- Fri Jun 22, 2007 12:27 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exemptions
Hi Narcís, I'm not sure there is a simple way for me to send you a sample project, I would have to create one. The Series Editor dialog we use in our application is custom derived from the TeeChart Editor. We're using TeeChart.net v.2. Do you have any suggestions for me otherwise? Your help is great...
- Thu Jun 21, 2007 4:38 pm
- Forum: .NET
- Topic: Handling Series Editor Exception
- Replies: 13
- Views: 12532
Handling Series Editor Exception
Hello, I need to be able to catch an exception thrown by the Series Editor when an invalid selection is made. For example, in the ‘data source’ tab I select the ‘mode’ function, move 2 series to the ‘selected’ listbox, and click ‘Apply’ button; the TeeChart throws an exception (it happens in chSerie...
- Fri Jun 15, 2007 6:24 pm
- Forum: .NET
- Topic: Adding values to a Line Series
- Replies: 2
- Views: 4779
Adding values to a Line Series
Hi Narcís,
Thanks for your help.
Thanks for your help.
- Fri Jun 15, 2007 3:06 am
- Forum: .NET
- Topic: Adding values to a Line Series
- Replies: 2
- Views: 4779
Adding values to a Line Series
I need to manually add 10 values to a Line Series, X values are a date format and Y values are int, kind of ("06/10/07", 100). Is there a quick way to do it? Do I need to change the DataSource for this Series? Also I was trying to use FillSampleValues() method requesting 10 samples but instead I was...
- Thu Jun 07, 2007 4:25 pm
- Forum: .NET
- Topic: Hiding Functions in Editor
- Replies: 3
- Views: 5007
Hiding Functions in Editor
Hi Narcís,
Thanks for getting back to me. It would be nice if you add this functionality in your next revision of TeeChart.net.
Thanks for getting back to me. It would be nice if you add this functionality in your next revision of TeeChart.net.
- Wed Jun 06, 2007 6:59 pm
- Forum: .NET
- Topic: Hiding Functions in Editor
- Replies: 3
- Views: 5007
Hiding Functions in Editor
I need to make unavailable (hide) some functions (count, median, etc) in Standard Tab in TeeChart Editor using C#.
I also need to hide the entire Extended tab. Is there a way to do it?
I also need to hide the entire Extended tab. Is there a way to do it?