Search found 14 matches

by TeeUser
Fri Apr 14, 2006 10:12 pm
Forum: .NET
Topic: Chart dissapered
Replies: 1
Views: 3381

Chart dissapered

Hi, My Teechart is suddenly invisible. I can see the Labels but the chart itself is gone!!!!!. I tried setting the visible property of the series to true, but nothing helps. It was working fine till yesterday and suddenly now it is gone. I checked and I have the data for the chart. Any help apprecia...
by TeeUser
Tue Apr 11, 2006 10:08 pm
Forum: .NET
Topic: Multiple series
Replies: 1
Views: 3603

Multiple series

I have 2 fastline series in one chart, I display the label for one series on the left axis. I want to display the Label for the 2nd series on the right axis.
How do I do this????

Thanks.
by TeeUser
Fri Feb 24, 2006 6:10 pm
Forum: .NET
Topic: coloring fastline series
Replies: 1
Views: 3688

coloring fastline series

Hi, I am using fastline series and I have 3 questions. 1. I want the label mark above and below the graph i.e, at the top and bottom of the left axis. 2. I want to color the inside of the fast line seires, I tried using gradient, fastline1.mark.gradient.visible=true and i tried stteing up the colors...
by TeeUser
Thu Feb 16, 2006 5:37 pm
Forum: .NET
Topic: FastLine series
Replies: 8
Views: 9746

attachments link

news://www.steema.net/steema.public.attachments

This link does not work.
by TeeUser
Wed Feb 08, 2006 10:28 pm
Forum: .NET
Topic: FastLine series
Replies: 8
Views: 9746

I have another problem after downloading the latest version, after I add a series(any series),I am no longer able to see the series in the design view. I had to insert these codes manually in the code behind. private Steema.TeeChart.Styles.FastLine fastLine1; fastLine1 = new Steema.TeeChart.Styles.F...
by TeeUser
Wed Feb 08, 2006 5:59 pm
Forum: .NET
Topic: FastLine series
Replies: 8
Views: 9746

Hi downloaded the latest version, but then it is still the same, my graph is like joining multiple lines. No clue of what I am missing.
by TeeUser
Fri Feb 03, 2006 4:46 pm
Forum: .NET
Topic: FastLine series
Replies: 8
Views: 9746

I am using version 2.0.1992.14012.
Thanks.
by TeeUser
Fri Feb 03, 2006 4:07 pm
Forum: .NET
Topic: FastLine series
Replies: 8
Views: 9746

FastLine series

Hi, I am using FastLine series in my web application, and my graph is not smooth, meaning my graph looks like joining multiple lines. How do i get a nice curved graph?? I tried using the below code but it does not work. ch1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality; A...
by TeeUser
Wed Jan 25, 2006 7:38 pm
Forum: .NET
Topic: Setting the range for y-axis
Replies: 5
Views: 7412

That helped a lot, Thanks.
I just have one other question, What if I want to keep the date time in x-axis between 9.00am and 4.00pm constant.
Thanks.
by TeeUser
Wed Jan 25, 2006 3:18 pm
Forum: .NET
Topic: Setting the range for y-axis
Replies: 5
Views: 7412

Hi, Thanks a lot for the reply. The data for my teechart is dynamic, meaning I cannot hard code the min and max value. Dpending on the data from the database max value has to be (max val from the database+ 10) and the min val has to be (min val from the database-10). Is there a way to set it dynamic...
by TeeUser
Tue Jan 24, 2006 6:41 pm
Forum: .NET
Topic: Setting the range for y-axis
Replies: 5
Views: 7412

Setting the range for y-axis

I have a teechart with datetime on x-axis and Price on y-axis. x and y axes are set automatically depending on the data to the chart. Now, my question is what if I want my y-axis to have a much wider range of values, i.e for ex if the range of value to the y-axis varies from 10 to 20 then I want the...
by TeeUser
Fri Jan 06, 2006 6:10 pm
Forum: .NET
Topic: Zooming
Replies: 1
Views: 4020

Zooming

Hi, I am working on Zooming in webchart. Somehow I am not able to zoom through the chart. If I try zooming in either there is no chart or it over zooms. Incase it zooms in it is not in the correct location and if try further to zoom in I get this error Specified argument was out of the range of vali...
by TeeUser
Tue Jan 03, 2006 5:07 pm
Forum: .NET
Topic: Binding Data
Replies: 3
Views: 7513

Hi, I get the same error when I try to bind data to the chart. My code is as follows: fastLine1.DataSource = ds.Tables[0].DefaultView; fastLine1.XValues.DataMember = ds.Tables[0].Columns["DATE"].ToString(); fastLine1.XValues.DateTime=true; fastLine1.YValues.DataMember = ds.Tables[0].Columns["YVALUE"...
by TeeUser
Thu Dec 29, 2005 3:34 pm
Forum: .NET
Topic: HTTP Error 404: Object Not Found
Replies: 1
Views: 3838

HTTP Error 404: Object Not Found

Hi Iam trying to open th TeeChart Smaple examples and I get the following error. Unable to open Web project 'TeeChartForNET'. The file path 'C:\Program Files\Steema Software\TeeChart for .NET v2\Examples\Web\TeeChartNET' does not correspond to the URL 'http://Localhost:/TeeChartForNET'. The two need...