Search found 10 matches

by spacemanspiff
Tue Sep 12, 2006 11:27 am
Forum: .NET
Topic: Can we create our own Custom Function ?
Replies: 4
Views: 8477

Can we create our own Custom Function ?

Hi, These are lines of code as taken from the examples for plotting functions in TeeChart: Custom function to calculate y = f(x) values using a CalculateEvent: private void custom1_CalculateEvent(object sender, Steema.TeeChart.Functions.CalculateEventArgs e) { // y = Sin(x/10) e.Y = Math.Sin(e.X*0.1...
by spacemanspiff
Fri Apr 07, 2006 11:43 am
Forum: .NET
Topic: Problem - Restoring Bottom Axis
Replies: 3
Views: 5388

Not Working !!!!

Hi Narcis,

We are using TeeChart ver 1.1.

We did implement your idea but without much luck.

Any other suggestions for us would be great ?

Thanks for your help.
by spacemanspiff
Thu Apr 06, 2006 6:25 am
Forum: .NET
Topic: Problem - Restoring Bottom Axis
Replies: 3
Views: 5388

Problem - Restoring Bottom Axis

Problem: We are not able to restore the user defined values in the point graph (especially for the bottom axis). Step 1 : We plot a point graph. Step 2: We modify the bottom axis(minimum, maximum) to user defined value. Step 3 : We save the axis values and plot another graph (a line graph or bar gra...
by spacemanspiff
Thu Apr 06, 2006 5:10 am
Forum: .NET
Topic: Scatter Plots - Data point type to be changed
Replies: 1
Views: 3755

Scatter Plots - Data point type to be changed

In our current implementation of scatter plots, we have used: "point.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Diamond;" There are too many points in a given space and hence is looking very congested. Is there a way where I can specify NoFill property to the points so that it just outline...
by spacemanspiff
Tue Oct 18, 2005 6:13 am
Forum: .NET
Topic: Query on text to be displayed on bar charts
Replies: 1
Views: 4074

Query on text to be displayed on bar charts

Hi, I've got a stacked bar chart and I want to know if its possible to display some text information at the middle of every bar that is stacked. Making the Marks.Visible property to true will display the value at the top of every stacked bar. If the values in the stack are less, then they get clutte...
by spacemanspiff
Thu Sep 01, 2005 1:14 pm
Forum: .NET
Topic: Query on tooltips and AfterDraw event
Replies: 1
Views: 4059

Query on tooltips and AfterDraw event

Hi, Can tooltips be displayed over text displayed using the AfterDraw event? My requirement is this: I have to display some text on the chart that I have plotted. For this, I am using the AfterDraw event to dynamically display my text. So far I'm ok. The question that I have now is whether I can dis...
by spacemanspiff
Tue Aug 23, 2005 1:06 pm
Forum: .NET
Topic: Query on Line Series Marks
Replies: 7
Views: 10023

Hi,

Thanks a lot once again ! It was really helpful.

Thanks,
Spacemanspiff
by spacemanspiff
Tue Aug 23, 2005 12:37 pm
Forum: .NET
Topic: Query on Line Series Marks
Replies: 7
Views: 10023

Hi,

Thanks again ! But can you please elaborate as to how can I customize the text with the GetText event ? I was unable to find out any means to get the X and the Y axis values that the mouse is currently pointing to.

Thanks,
Spacemanspiff
by spacemanspiff
Tue Aug 23, 2005 11:50 am
Forum: .NET
Topic: Query on Line Series Marks
Replies: 7
Views: 10023

Hi, Thanks a lot for the help ! Solved a lot of my problems. Just another question though: Is there a way to customize the text that is displayed via the MarksTip ? Can I use the line.GetSeriesMark event to customize the text? I would like to display a string and a comma between the X and the Y valu...
by spacemanspiff
Tue Aug 23, 2005 9:50 am
Forum: .NET
Topic: Query on Line Series Marks
Replies: 7
Views: 10023

Query on Line Series Marks

Hi, I have a line series with more than 10000 data points. The following is my requirement: As the mouse cursor is moved over the line series, the marks (tooltip) should be visible only for that point where the mouse is stationary. For example: If the mouse is moved over (500, 45.5), there should be...