Search found 10 matches

by .net
Sat Oct 08, 2005 2:54 pm
Forum: .NET
Topic: how to populate a surface chart with my x-y-z values?
Replies: 1
Views: 4677

Well, actually this link helped me,

http://www.teechart.net/support/modules ... 26e2b88435

Thanks!
by .net
Sat Oct 08, 2005 1:51 pm
Forum: .NET
Topic: how to populate a surface chart with my x-y-z values?
Replies: 1
Views: 4677

how to populate a surface chart with my x-y-z values?

Hi!

What code can I write that replace the call to the
function surfaceSeries1.FillSampleValues(30) in the surface
chart demo with initialization from a given outside x-y-z series.

Thanks!
by .net
Sun Mar 20, 2005 11:06 am
Forum: .NET
Topic: dataset as a chart source
Replies: 1
Views: 4684

dataset as a chart source

Hello,
I wonder how to set the datasource of chart from a dataset (a field from dataset)in c#?
Thanks !
by .net
Wed Feb 16, 2005 10:06 am
Forum: .NET
Topic: error(urgent)
Replies: 1
Views: 4847

error(urgent)

Hello, I keep getting an error while trying to present data on a chart in a line. I have a collection which is where I am taking the data from ,the problem is that if I fill a line from a collection with 200 points and than try to fill it again from a collection which has 100 points - I get the cras...
by .net
Thu Feb 10, 2005 3:14 pm
Forum: .NET
Topic: Move the scroll bar connected to the chart
Replies: 1
Views: 7086

Move the scroll bar connected to the chart

Hello,
I have a scroll bar which moves the chart and each time I present the data on it I want the scrollbar to be on the beggining of the chart(hscrollbar).How do I do it?
Thank you!
by .net
Wed Feb 09, 2005 11:55 am
Forum: .NET
Topic: index out of range error
Replies: 3
Views: 7588

Hello, it's not helping. I still gret an error - it happens when I load a data to a line then click on the line in some point (for example 10,20) and than load a new line on this chart which doesn't have points in those coordinates(it shorter). How can I solve this? Maybe I can scroll it some way to...
by .net
Wed Feb 09, 2005 10:01 am
Forum: .NET
Topic: index out of range error
Replies: 3
Views: 7588

index out of range error

Hello, I am using the chart to present info from a collection,if I load a collection and it is being presented on a chart (line series) and I am pressing a point on a line than I am loading this line but with other data where the number of points is less than the previous and than I am getting an er...
by .net
Mon Jan 10, 2005 9:56 am
Forum: .NET
Topic: line
Replies: 3
Views: 7776

Thanks.
The problem is that I would like to know if the user clicked on the point and what are the coardinates of the point he cliked?
How do I do it?
Thanks!
by .net
Wed Jan 05, 2005 8:22 am
Forum: .NET
Topic: line
Replies: 3
Views: 7776

line

Hello!
I want to ask about the Line TeeChart: I need a graph that represents one
line that connectin all the points I add,how do I do it? (I choosed the
line chart and it build a line for each point and I need one line for all
the points)?

Thanks!
by .net
Wed Jan 05, 2005 8:20 am
Forum: .NET
Topic: points on line
Replies: 1
Views: 4584

points on line

Hello!
I want to invoke a label appereance while pressing a point (one of the
input points to chart) in the chart,how do I do it? and how do I know
someone pressed specific point on chart?
Thank you very much !