Search found 8 matches

by sherlyn
Wed Nov 15, 2006 5:30 am
Forum: .NET
Topic: How to convert the c# to vb for this statement?
Replies: 2
Views: 3743

I tried this code,

zoomedState = CType(wChart.Chart.Tools(0), Steema.TeeChart.Tools.ZoomTool).SetCurrentZoom(Request, zoomedState)

but still "the specified cast is not valid"
by sherlyn
Wed Nov 15, 2006 3:39 am
Forum: .NET
Topic: How to convert the c# to vb for this statement?
Replies: 2
Views: 3743

How to convert the c# to vb for this statement?

Hi, I'm refering to Tutorial 10 - Walkthrough ASP.NET example and is trying to code in VB. Can someone help me to convert this C# statement to VB? zoomedState=((Steema.TeeChart.Tools.ZoomTool)wChart.Chart.Tools[0]).SetCurrentZoom(Request,zoomedState); I try code: Dim zoomTool As Steema.TeeChart.Tool...
by sherlyn
Mon Nov 13, 2006 6:30 am
Forum: .NET
Topic: Does TeeChart has these functionality?
Replies: 1
Views: 2702

Does TeeChart has these functionality?

Hi,

Can someone answer me whether TeeChart has the function to plot cumulative probability graph series?

And does it has the function to plot test type data for graph series?

Thanks.
by sherlyn
Fri Nov 10, 2006 2:22 am
Forum: .NET
Topic: Can we mark an area of the chart?
Replies: 1
Views: 4093

Can we mark an area of the chart?

Hi Narcis,

Can we mark an are of chart which may be of interest. Like for a particular point in the chart, can we circle it and label it?

I've attached the picture of what I'm trying to describe in a mail to you as I'm unable to connect to the newsgroup.

Thanks.
by sherlyn
Wed Nov 08, 2006 9:05 am
Forum: .NET
Topic: Can TeeChart be used to generate a Tree Chart?
Replies: 5
Views: 5246

Hi,

Thanks for the reply. :D
I hope there will be a new enhancement for this in the future.
by sherlyn
Tue Nov 07, 2006 7:28 am
Forum: .NET
Topic: Can TeeChart be used to generate a Tree Chart?
Replies: 5
Views: 5246

Hi sherlyn, TeeChart for .NET doesn't have any specific series to achieve that. TeeChart Pro v7 VCL (for Borland Delphi and C++ Builder) includes TeeTree v2 which would be ideal to achieve that. However, depending on the chart you want to plot you could achieve that using a Gantt series. If you sen...
by sherlyn
Thu Oct 19, 2006 7:27 am
Forum: .NET
Topic: Can TeeChart be used to generate a Tree Chart?
Replies: 5
Views: 5246

Can TeeChart be used to generate a Tree Chart?

Does it have the ability to display data tree chart format?
Something like ancestry list.
by sherlyn
Wed Oct 18, 2006 7:02 am
Forum: .NET
Topic: Can we save the graph display/settings?
Replies: 1
Views: 2919

Can we save the graph display/settings?

I would like to ask whether can we save the graph display after we have edited the background colour, curves types and the settings? From the current help file and demo, I can't find this function. Please let me know if this function is possible. Thanks. **I'm refering to saving the graph settings i...