Search found 22 matches
- Wed Apr 06, 2011 11:29 pm
- Forum: .NET
- Topic: Incorrect legend color for the Candle series
- Replies: 9
- Views: 15749
Re: TChart not good at visualising uncertainty
Dear Edu As you can see, this problem has been around for many years now (this one was posted in 2007 and the problem is still there). Hi Jeff Thanks for letting us know, I could reproduce the issue here and this seems to be a bug. I've added it (TF02012194) to our defect list to be fixed for future...
- Wed Apr 06, 2011 10:50 pm
- Forum: .NET
- Topic: Creating BoxPlots Dynamicly
- Replies: 27
- Views: 45441
Re: box- whiskers revisited
Hi Narcis, In 2008 you put the box-whisker plots (BWP) on the to-do list (adding a series of box-whiskers to the gallery, replacing the fairly impractical 'single BWP' approach). Yes, exactly :wink:. I've just added this item. At the time I had a look at your 'array' solution and didn't understand h...
- Fri Jul 18, 2008 10:14 pm
- Forum: .NET
- Topic: iterate through a chart's series
- Replies: 1
- Views: 4176
iterate through a chart's series
Hi Narcis, I'm trying to iterate through a chart's series and to do different things to different chart types. Something slong the lines of: For Idx As Integer = 0 To tchart.Series.Count - 1 Select Case tchart.Series(Idx).??? Case Styles.line DO SOMETHING Case Styles.points DO SOMETHING ELSE End Sel...
- Tue Jul 08, 2008 7:21 pm
- Forum: .NET
- Topic: Creating BoxPlots Dynamicly
- Replies: 27
- Views: 45441
Hi Narcis, Thanks for your ever-optimistic reply. Your array-idea sound interesting as a intermediate solution (the real solution will no doubt be in the next SW update). I never used custom-made series before. Could you help me on my way with a couple of lines of code to create a boxplot series? Ch...
- Mon Jul 07, 2008 9:33 pm
- Forum: .NET
- Topic: Creating BoxPlots Dynamicly
- Replies: 27
- Views: 45441
box plots
Hi Narcis, In my opinion, the current box plot setup where each box is a series is pretty counterintuitive and not very consistent with the other TeeChart series types. My ideal box plot would be a series of boxes, each with an x-value and an array of y values. Something along the lines of MyBoxSeri...
- Mon Jul 07, 2008 7:57 pm
- Forum: .NET
- Topic: Adding a button to a chartcontroller?
- Replies: 3
- Views: 6150
Hi Narcis, Thanks for your anwer but it does not really solve my problem. I use one controller for an array of charts and need to modify the buttons based on which graph is selected during runtime. If the buttons on the controller are not assessible anymore (they were accessible on the Ax component)...
- Sun Jul 06, 2008 3:19 am
- Forum: .NET
- Topic: Adding a button to a chartcontroller?
- Replies: 3
- Views: 6150
Adding a button to a chartcontroller?
Dear Supporter,
How do I add a button to a chartcontroller?
How do I add an image to that button?
A VB.Net example would be great.
Cheers
Francis
How do I add a button to a chartcontroller?
How do I add an image to that button?
A VB.Net example would be great.
Cheers
Francis
- Fri Jun 20, 2008 2:36 am
- Forum: .NET
- Topic: VB.NET code samples for zooming and scrolling
- Replies: 1
- Views: 4161
VB.NET code samples for zooming and scrolling
I have found the C# code for zooming and scrolling the TeeChart in the .NET sample project. Is this code available in VB.NET?
Thanks
FP_OZ
Thanks
FP_OZ
- Tue Jun 10, 2008 12:00 am
- Forum: .NET
- Topic: Chart Controller
- Replies: 2
- Views: 5222
- Fri Jun 06, 2008 4:11 am
- Forum: .NET
- Topic: Chart Controller
- Replies: 2
- Views: 5222
Chart Controller
Hi
I would like to knwo whether the Chart Controller can be used in an ASP prject. If this is possible please let me know how to use it on a page.
Thanks,
Chris
I would like to knwo whether the Chart Controller can be used in an ASP prject. If this is possible please let me know how to use it on a page.
Thanks,
Chris
- Tue May 20, 2008 8:37 pm
- Forum: .NET
- Topic: Error 'bars' not alligned with data series
- Replies: 11
- Views: 13865
- Tue Mar 18, 2008 1:29 am
- Forum: .NET
- Topic: ASP map example
- Replies: 6
- Views: 10263
Narcis The link you specify takes me to the ASO .NET Samples. the only entry which is about mapping it the point "Interacting with Charts / Mapping / Interactive Maps". I can see the sample under "View Sample" however when I click on "View C# Code" I get a blank screen. This also happens on my local...
- Mon Mar 17, 2008 12:36 am
- Forum: .NET
- Topic: ASP map example
- Replies: 6
- Views: 10263
Narcis To clarify further, the sample that is included is an ASP project. However the place where the TeeChart is used as a map control is a Windows form. Have a look and you will see what I mean. If I apply the relevant part of the forms code to my VB code behind the ASP forms it does not work. the...
- Mon Mar 17, 2008 12:32 am
- Forum: .NET
- Topic: ASP map example
- Replies: 6
- Views: 10263
- Fri Mar 14, 2008 2:22 am
- Forum: .NET
- Topic: ASP map example
- Replies: 6
- Views: 10263
ASP map example
Hi I would like to use the TeeChart control to display a shapefile on a web page. Your map example, however, is based on a Windows form. Consider also that we are generating the jpg for the chart in memory due to server constraints: Public Class TestChart1 Shared Function Generate() As String Dim ch...