Search found 22 matches

by FP_Oz
Wed Apr 06, 2011 11:29 pm
Forum: .NET
Topic: Incorrect legend color for the Candle series
Replies: 9
Views: 13978

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...
by FP_Oz
Wed Apr 06, 2011 10:50 pm
Forum: .NET
Topic: Creating BoxPlots Dynamicly
Replies: 27
Views: 41142

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...
by FP_Oz
Fri Jul 18, 2008 10:14 pm
Forum: .NET
Topic: iterate through a chart's series
Replies: 1
Views: 3976

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...
by FP_Oz
Tue Jul 08, 2008 7:21 pm
Forum: .NET
Topic: Creating BoxPlots Dynamicly
Replies: 27
Views: 41142

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...
by FP_Oz
Mon Jul 07, 2008 9:33 pm
Forum: .NET
Topic: Creating BoxPlots Dynamicly
Replies: 27
Views: 41142

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...
by FP_Oz
Mon Jul 07, 2008 7:57 pm
Forum: .NET
Topic: Adding a button to a chartcontroller?
Replies: 3
Views: 5735

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)...
by FP_Oz
Sun Jul 06, 2008 3:19 am
Forum: .NET
Topic: Adding a button to a chartcontroller?
Replies: 3
Views: 5735

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
by FP_Oz
Fri Jun 20, 2008 2:36 am
Forum: .NET
Topic: VB.NET code samples for zooming and scrolling
Replies: 1
Views: 3891

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
by FP_Oz
Tue Jun 10, 2008 12:00 am
Forum: .NET
Topic: Chart Controller
Replies: 2
Views: 4868

Ok. Thanks, Narcis.
by FP_Oz
Fri Jun 06, 2008 4:11 am
Forum: .NET
Topic: Chart Controller
Replies: 2
Views: 4868

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
by FP_Oz
Tue May 20, 2008 8:37 pm
Forum: .NET
Topic: Error 'bars' not alligned with data series
Replies: 11
Views: 12558

Hi Narcis,
I tried your suggestion and all is working fine now with the error bars. Thanks again for your valuable help,
Cheers
Francis
by FP_Oz
Tue Mar 18, 2008 1:29 am
Forum: .NET
Topic: ASP map example
Replies: 6
Views: 9432

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...
by FP_Oz
Mon Mar 17, 2008 12:36 am
Forum: .NET
Topic: ASP map example
Replies: 6
Views: 9432

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...
by FP_Oz
Mon Mar 17, 2008 12:32 am
Forum: .NET
Topic: ASP map example
Replies: 6
Views: 9432

Hi Narcis

Yes, as I have stated in my posting, I have seen and investigated the Windows form sample that is included with your software. I asked for a code sample that will work with ASP. Please go back to my original posting and read it again carefully.

Thanks
Chris
by FP_Oz
Fri Mar 14, 2008 2:22 am
Forum: .NET
Topic: ASP map example
Replies: 6
Views: 9432

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...