Search found 15 matches

by FrancisP
Mon Oct 01, 2007 1:48 pm
Forum: Wishes and ideas
Topic: Propability plots
Replies: 6
Views: 42718

Hi. Sorry about (long) delay. I've implemented some of the probabilities plots (among other addditional statistical charts) for another statistical library I'm working on. Some images are available at http://www.dewresearch.com/StatsSeriesGallery.html . In case you're interested I can send you full...
by FrancisP
Mon Oct 01, 2007 1:38 pm
Forum: .NET
Topic: webchart not installed
Replies: 3
Views: 6816

Hi Narcis, I've installed TChart.Net V3 and all went well, no more toolbox problems. Working in ASP.Net in VS2005 for the moment, I've got an extremely simple web page with a Web chart on it. At the design time I can see the web chart on the form. However, running the website, I only see the dreaded...
by FrancisP
Sun Sep 30, 2007 11:29 am
Forum: .NET
Topic: webchart not installed
Replies: 3
Views: 6816

webchart not installed

Hi I just installed Teechart from scratch and got an error (toolbox problem) during the installation (tried couple of times). I've worked extensively with TeeChart .Net V2 but just started to work with ASP.Net. After my re-installation (v2.0.50727) my Steema webchart seems to have dissapeared from t...
by FrancisP
Wed Aug 01, 2007 9:50 am
Forum: .NET
Topic: importing TChart help into the VS.net2003 and VS.Net2005 IDE
Replies: 3
Views: 6848

Hi Calvin, The latest builds of V2 for both .Net2003 and .Net2005, downloaded today. Just to make sure we're talking about the same thing: I expect to be able to access the TChart help from within the .Net development environment. Either through the Help menu or the context help (F1 when a Tchart ob...
by FrancisP
Wed Aug 01, 2007 5:41 am
Forum: .NET
Topic: importing TChart help into the VS.net2003 and VS.Net2005 IDE
Replies: 3
Views: 6848

importing TChart help into the VS.net2003 and VS.Net2005 IDE

Dear Supporter I’m sure this has been asked before, so my apologies, It seems that the installation does not automatically import TChart help info into the VS.Net IDE (I've been struggling with this for years now). What am I doing wrong? Can this be done manually afterwards? If so, how? Thanks Francis
by FrancisP
Wed Apr 04, 2007 12:48 pm
Forum: .NET
Topic: enum for styles?
Replies: 9
Views: 14218

Hi Narcis
Yes, that's close enough. Very good, thanks heaps for your help.
I have been using TChart for many years now and Steema Staff has been consistently extremly helpfull and knowledgable. Amazing service!
Thanks again,
Cheers
Francis
by FrancisP
Wed Apr 04, 2007 10:41 am
Forum: .NET
Topic: enum for styles?
Replies: 9
Views: 14218

Hi Narcis, Maybe better to explain what I would like to achieve. Here is a code snippet for some imaginary situation: dim ChrtStyle as Chart.ChrStyle ChrtStyle = CHRTSTYLE_FastLine SomeFun(ChrtStyle ) ........ Public Function SomeFun(ChrtStl as Chart.ChrStyle) Dim serie As New ChrtStl .... end funct...
by FrancisP
Wed Apr 04, 2007 10:13 am
Forum: .NET
Topic: enum for styles?
Replies: 9
Views: 14218

Hi Narcis, Yep, I know how to use them, we've been using them for years. The question is whether there is a enum LIKE the enum 'LegendStyles' (which contain thngs such as 'Palette', 'Series' etc.) that contain the Chart.Styles (such as 'FastLine', 'Arrow'). This is so I can write general routines an...
by FrancisP
Wed Apr 04, 2007 9:04 am
Forum: .NET
Topic: enum for styles?
Replies: 9
Views: 14218

Hi Edu,
I just used 'LegendStyles' as an example of an enum.
I'm after something like that for the different chart styles (FastLine, Arrows etc.).
Thanks,
Francis
by FrancisP
Tue Apr 03, 2007 9:05 pm
Forum: .NET
Topic: enum for styles?
Replies: 9
Views: 14218

enum for styles?

I can't find an enum for Steema.TeeChart.Styles, something along the lines of LegendStyles? Could you point me in the right direction?

Cheers
Francis
by FrancisP
Mon Oct 03, 2005 7:37 pm
Forum: .NET
Topic: dash-dot line styles unreadable
Replies: 3
Views: 7542

dash-dot style unreadable

Hi Narcis,
I sent you an attachment via the address you mentioned. It seems to sit in the send box so if you haven't received anything, could you let me know?
Cheers
Francis
by FrancisP
Sun Oct 02, 2005 9:46 pm
Forum: .NET
Topic: dash-dot line styles unreadable
Replies: 3
Views: 7542

dash-dot line styles unreadable

Hi Narcis, I need black&white graphs for publications. That means that I need combinations of line tyes and point types to distinguish different data series. As it turns out, even relatively small (100 data points) data series make the dash-dot and dash-dot-dot merge into a dashed line. Would you ha...
by FrancisP
Fri Sep 30, 2005 10:35 pm
Forum: VCL
Topic: changing the line 'pen' to dash or dot
Replies: 3
Views: 7255

Hi Narcis, Sorry, my mistake :oops: , it should have gone to the .Net forum (can you move it?). My problem has been resolved :D and I think there were two issues: 1: during compilation I got a warning that the new TeeChart file (library I think) could not override the old one. Manually removing the ...
by FrancisP
Fri Sep 30, 2005 5:17 am
Forum: VCL
Topic: changing the line 'pen' to dash or dot
Replies: 3
Views: 7255

changing the line 'pen' to dash or dot

Dear Supporter, I'm using Build 2.0.2040.15119 and found the following problem: changing the pen to draw a (for instance) dotted line, changes the line in the legend but not the line on the graph. Code snippet: Dim lineseries As Steema.TeeChart.Styles.Line lineseries = serie lineseries.LinePen.Style...
by FrancisP
Mon Sep 12, 2005 12:46 am
Forum: .NET
Topic: Spacing pointers in line series
Replies: 1
Views: 5258

Spacing pointers in line series

Is there a way to space the pointers in a series (like the 'draw every' in marks) ?
Cheers
Francis Pantus