Search found 5 matches

by Sky Zapper
Fri Apr 20, 2007 5:52 am
Forum: .NET
Topic: Customize Marks Tip
Replies: 1
Views: 4022

Customize Marks Tip

In a line graph, mark tips displays X and Y values. I want to change the tips to a different value, say for e.g. I want to display the line title instead.

How can I do that?

Thanks in Advance.

Sky
by Sky Zapper
Fri Sep 08, 2006 11:08 am
Forum: .NET
Topic: Adding Trend Line to the Series
Replies: 3
Views: 5780

Adding Trend Line to the Series

Can custom function help me out? The expression I would like to use is y=mx+c. I will provide the m and c values. x and y would be from the graph plotted.
by Sky Zapper
Fri Sep 08, 2006 9:06 am
Forum: .NET
Topic: Adding Trend Line to the Series
Replies: 3
Views: 5780

Adding Trend Line to the Series

I have a "Point" series plotted, I want to add a trendline to the series. The Teechart has the feature to add the "moving average" however, I require to plot the a "linear" trendline, the one similar to Excel.

I'm using C#.Net 2003 and TeeChart Pro Version 1.1.2004.16592
by Sky Zapper
Tue Feb 28, 2006 1:02 pm
Forum: .NET
Topic: Problem in Axes Increment
Replies: 3
Views: 6566

:( Though I have tried the same but it did not help me. Any other suggestion would be helpful Thanks in Advance! Lipi Hi Lipi, Yes, what Steve says is right. That's because labels can not overlap. One way to achieving that would be setting the labels angle to be vertical: private void Form1_Load(obj...
by Sky Zapper
Thu Feb 09, 2006 5:34 am
Forum: .NET
Topic: Problem in Axes Increment
Replies: 3
Views: 6566

Problem in Axes Increment

I have plotted line series with bottom axis range from 0 to 2000, the increment is given automatically as 200. After this I programmatically changed from 200 to 100 by assigning to Increment field, but the change is not happening. I made the following changes: tChart1.Axes.Bottom.Labels.Separation=0...