Search found 9 matches

by Chris
Mon Apr 10, 2006 7:33 pm
Forum: .NET
Topic: Are there foreign versions of teechart for .Net available?
Replies: 1
Views: 4695

Are there foreign versions of teechart for .Net available?

I'm looking for French, Chinese Simplified and Korean language versions.
by Chris
Thu May 13, 2004 12:58 am
Forum: .NET
Topic: Unhandled excption in TeeChart Editor: Chart -> Paging
Replies: 1
Views: 5953

Unhandled excption in TeeChart Editor: Chart -> Paging

1. In the TeeChart Editor, click Chart -> Paging 2. Select 'Show Page Number' 3. Set points per page to 5000. ( It displays 100) 4. Page through one page at a time to the end of the graph 5. Click the double-left-arrow to return to the first page of the graph. 6. Unhandled exception occurs. I doubt ...
by Chris
Fri Apr 30, 2004 12:39 pm
Forum: .NET
Topic: TeeChart Editor: Panel->Background->Transparent
Replies: 1
Views: 6245

TeeChart Editor: Panel->Background->Transparent

1. In the TeeChart Editor, go to Panel->Background tab.

2. Check the 'Transparent' check box, the background of the graph changes, this is good

3. Now deselect the checkbox, the background doesn't change

Shouldn't deselecting this check box turn off the effect?
by Chris
Wed Apr 21, 2004 5:32 pm
Forum: .NET
Topic: TeeChart: changing the margin in Print-preview mode
Replies: 5
Views: 12251

8120186 wrote:It would be better if it refreshed:

1. after tabbing out of the field (after making a change)

2. and also on Enter key press (after making a chance)

We want to know when this is going to be fixed?, our product release date is just two weeks from now. we want to fix this ASAP.

Thanks
Venkat
by Chris
Thu Apr 15, 2004 10:49 am
Forum: .NET
Topic: TeeChart: changing the margin in Print-preview mode
Replies: 5
Views: 12251

It would be better if it refreshed:

1. after tabbing out of the field (after making a change)

2. and also on Enter key press (after making a chance)
by Chris
Tue Apr 13, 2004 4:49 pm
Forum: .NET
Topic: TeeChart: changing the margin in Print-preview mode
Replies: 5
Views: 12251

TeeChart: changing the margin in Print-preview mode

We are using TeeChart Print-Preview feature. We have issues with setting Margin: 1. while entering the value , for every keystroke it refreshes, to make editing look ugly. 2. Won't let you enter fractional value ( let us say 0.5). Overall, it has serious refresh issue while editing margin. Thanking ...
by Chris
Fri Jan 16, 2004 6:55 pm
Forum: .NET
Topic: Merge Modules - Deployment
Replies: 1
Views: 8005

Merge Modules - Deployment

To Whom It May Concern: I’ve tried to contact support@steema.com, but it is no longer in use. I have a deployment issue and seek a solution. I’m currently working on an install, which will include your TeeChart.dll (version 1.0.1189.31308). Are you aware of any Merge Modules for the installation pro...
by Chris
Tue Dec 23, 2003 4:40 pm
Forum: .NET
Topic: IndexOutOfRangeException?
Replies: 2
Views: 10084

Thanks Marjan!!! It works now. I just used a quick fix with Math.Round(number,10); I just made sure that it would have 10 numbers maximum to the right of the decimal point to avoid future issues.

Thanks again,
Chris
by Chris
Thu Dec 18, 2003 4:08 pm
Forum: .NET
Topic: IndexOutOfRangeException?
Replies: 2
Views: 10084

IndexOutOfRangeException?

Hi everyone. I created a simple teechart that has an x and y axis. I plot the numbers below, but i receive an error. fastLine1.Add(1.0,3.3691226157562149); fastLine1.Add(2.0,3.3691226157562149); fastLine1.Add(3.0,3.3691226157562149); fastLine1.Add(4.0,3.3691226157562149); fastLine1.Add(5.0,3.3691226...