Search found 9 matches
- Thu Jul 02, 2015 9:38 am
- Forum: .NET
- Topic: Loading *.tee with ScrollPager not working
- Replies: 1
- Views: 4640
Loading *.tee with ScrollPager not working
Hi, I have a simple application which has one line series and a ScrollPager tool. snap1.png I can fill my line series with data and afterwards, save my chart to a file (without data). I restart my application and press the load button to prepare my chart with the file I saved before. When I add data...
- Fri Jun 26, 2015 2:10 pm
- Forum: .NET
- Topic: ScrollPager not working properly
- Replies: 2
- Views: 5717
Re: ScrollPager not working properly
Like always, a simple answer .
Thanks Christoper.
Thanks Christoper.
- Thu Jun 25, 2015 2:05 pm
- Forum: .NET
- Topic: ScrollPager not working properly
- Replies: 2
- Views: 5717
ScrollPager not working properly
Hi, I have in VS designer a TChart component placed on a form and activated the ScrollPager like this: Snap1.png When I run my sample application, I get this window: Snap2.png The ScrollPager is positioned to minimum and maximum 0, which is acceptable because no data is available for Series. Now whe...
- Thu Jun 11, 2015 10:14 am
- Forum: .NET
- Topic: Adding labels to series (Horizontal Bar)
- Replies: 2
- Views: 6006
Re: Adding labels to series (Horizontal Bar)
Hi Christopher,
I am using the latest version 4.1.2015.5142.
I found my mistake: for some reason, I accidentaly modified the XValues.Order in the TeeChart Editor. It should be set to 'None' before adding values and labels.
Thanks for your help to figure this out.
I am using the latest version 4.1.2015.5142.
I found my mistake: for some reason, I accidentaly modified the XValues.Order in the TeeChart Editor. It should be set to 'None' before adding values and labels.
Thanks for your help to figure this out.
- Tue Jun 09, 2015 2:59 pm
- Forum: .NET
- Topic: Adding labels to series (Horizontal Bar)
- Replies: 2
- Views: 6006
Adding labels to series (Horizontal Bar)
Hi, I have a small sample application in which I create a Horizontal Bar Series. snap1.png I use the following code to create it: horizBar1.Clear(); horizBar1.Add(50); horizBar1.Add(80); horizBar1.Add(70); horizBar1.Add(60); I want to add labels to the bars like this: horizBar1.Labels.Clear(); horiz...
- Tue Jun 09, 2015 2:30 pm
- Forum: .NET
- Topic: Series labels and sorting
- Replies: 2
- Views: 5640
Re: Series labels and sorting
Thanks for the clarification.
- Mon Jun 08, 2015 1:44 pm
- Forum: .NET
- Topic: Series labels and sorting
- Replies: 2
- Views: 5640
Series labels and sorting
Hi, I have a simple application with a horizontal bar with labels. You can see in my screenshot 1 how I created the bar series and how the result looks like. snap1.png When I modify the sorting of this horizontal bar (by default it's set to 'descending') towards sorting 'None', the sorting appears a...
- Wed May 20, 2015 3:56 pm
- Forum: .NET
- Topic: Error during install TeeChartNET2015_4.1.2015.05140.exe
- Replies: 3
- Views: 7315
Re: Error during install TeeChartNET2015_4.1.2015.05140.exe
I am trying to install my previous version back and I encounter the same issue.
Are there some processes down at your side?
Are there some processes down at your side?
- Wed May 20, 2015 3:42 pm
- Forum: .NET
- Topic: Error during install TeeChartNET2015_4.1.2015.05140.exe
- Replies: 3
- Views: 7315
Error during install TeeChartNET2015_4.1.2015.05140.exe
Hi, I get a message when installing the latest version .NET 2015_4.1.2015.05140. I only install Winform/Webform version and asked to install all .Net Framework versions. Snap1.png After pressing Abort, I get this: Snap2.png I don't use a Proxy. Are there some components missing? Thanks for your help.