Search found 139 matches

by Dave
Thu Oct 31, 2013 5:11 pm
Forum: .NET
Topic: Why does the chart legend update every point?
Replies: 3
Views: 6595

Why does the chart legend update every point?

Hi Not sure why this has suddenly started happening with our charts but when a point is added , lets say (10,130) then the number 130 appears in the legend of the chart. Then we add another point, say 20, 156), and the number 156 appears as well. So every point that is added the legend gets bigger a...
by Dave
Mon May 06, 2013 10:39 am
Forum: .NET
Topic: How do I read first series selected from legend checkboxes?
Replies: 1
Views: 4037

How do I read first series selected from legend checkboxes?

Hi

If there are say 10 series on the chart and there is checkboxes on the chart legend to allow selection of each one how do I get the first selected series (ie. the first series with the checkbox checked).We are using TeeChart version 3.5.3187.15585 and C#.NET

Thanks
by Dave
Fri Jul 27, 2012 9:24 am
Forum: .NET
Topic: How Do I import .Tee file?
Replies: 1
Views: 4219

How Do I import .Tee file?

We are trying to load a file called data.tee Ive read tutorial 9 http://www.steema.com/files/public/teechart/java/v1/docs/Tutorials/tutorial9.htm#TeeFormat This isn't helping because getImport() isnt recognised by the compiler. Ive tried the following Chart newChart = tChart1.Import.Template.Load("d...
by Dave
Thu Jul 12, 2012 2:54 pm
Forum: .NET
Topic: How Do I Create a Line from Points?
Replies: 2
Views: 5065

Re: How Do I Create a Line from Points?

Thanks Sandra, that works.
by Dave
Tue Jul 10, 2012 2:55 pm
Forum: .NET
Topic: How Do I Create a Line from Points?
Replies: 2
Views: 5065

How Do I Create a Line from Points?

Hi This must sound like such a simple question but I can't get it to work. I'm creating a line thus; theLine = new Line(); theLine.Add(new Point(0, 0)); theLine.Add(new Point(1, 1)); theLine.Add(new Point(2, 2)); myChart.Series.Add(theLine); Anyone know why my chart isn't displaying a line. Nothing ...
by Dave
Tue Dec 06, 2011 11:18 am
Forum: .NET
Topic: Filled Contours. Does It Work?
Replies: 1
Views: 4179

Filled Contours. Does It Work?

Hi there Currently we use the contour chart and it works well .However we'd like to be able to fill the contours with different colours depending on the value. I understand this function was under development a while back. Does anyone know if this function has been implemented yet. FYI. Our .NET Tee...
by Dave
Thu Sep 15, 2011 12:25 pm
Forum: .NET
Topic: How do I change the colour of an area graph?
Replies: 3
Views: 5586

Re: How do I change the colour of an area graph?

Hi Sandra

No that doesn't work. The colour is still blue

Regards
by Dave
Thu Sep 15, 2011 9:41 am
Forum: .NET
Topic: How do I change the colour of an area graph?
Replies: 3
Views: 5586

How do I change the colour of an area graph?

Again Sorry I this is a basic but its not obvious how to do this. Im now creating an area chart (see code snippet below). Ive tried setting the colour to red but it reamins at blue which I assume is the default. Does anyone know how I change the colour to red? The TeeChart version we have is 3.5.337...
by Dave
Thu Sep 15, 2011 9:38 am
Forum: .NET
Topic: Setting Line Width
Replies: 2
Views: 6221

Re: Setting Line Width

Great, thanks Sandra
by Dave
Wed Sep 14, 2011 8:24 am
Forum: .NET
Topic: Setting Line Width
Replies: 2
Views: 6221

Setting Line Width

Sorry I know this is a bit basic but its driving me nuts. Im creating a chart with a line graph on it (see code snippet below). The default line width is 1 but I want to set it to 2. How do I do this please? The TeeChart version we have is 3.5.3371.26406 Thanks. =====================================...
by Dave
Wed Mar 16, 2011 4:11 pm
Forum: .NET
Topic: How Do I Change X-Axis Labels to my own Customized Values?
Replies: 2
Views: 5123

Re: How Do I Change X-Axis Labels to my own Customized Values?

Thanks Yeray thats helped.
by Dave
Tue Mar 15, 2011 1:31 pm
Forum: .NET
Topic: How Do I Change X-Axis Labels to my own Customized Values?
Replies: 2
Views: 5123

How Do I Change X-Axis Labels to my own Customized Values?

Hi Support Ive drawn a line chart and it looks very nice. The x-axis goes from 0 to 20 in steps of 1. However Id like to be able to change each of the x-axis labels. Im sure this is simple but I cant work out how to do it? Can you explain? For your information Ive tried n = 0; while(n < numberOfPoin...
by Dave
Mon Jan 24, 2011 4:33 pm
Forum: .NET
Topic: Zooming-in on my scatter graph sometimes shows diddly squat
Replies: 18
Views: 22957

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Sandra Just another quick question. Referring to the chart displayed earlier in this thread. The points colour when I saved the chart was dark-red (with a black border). But When I reload the chart the points have changed colour. as you can see they are now a lighter shade of red with a blue border....
by Dave
Mon Jan 24, 2011 1:48 pm
Forum: .NET
Topic: Zooming-in on my scatter graph sometimes shows diddly squat
Replies: 18
Views: 22957

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Sandra
Yes that does make a difference. My chart looks better.
by Dave
Mon Jan 24, 2011 10:33 am
Forum: .NET
Topic: Zooming-in on my scatter graph sometimes shows diddly squat
Replies: 18
Views: 22957

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Thanks but wont that just set the transparency of the points?

Im trying to set the transparency of the border around each point.