Search found 7 matches

by Maxeta
Thu Jun 08, 2006 1:54 pm
Forum: .NET
Topic: How to add shapes to the points of a series (dynamically)
Replies: 4
Views: 5576

Actually I was able to fix it by setting the value format of the label (I never had to do this before though).
by Maxeta
Thu Jun 08, 2006 1:33 pm
Forum: .NET
Topic: How to add shapes to the points of a series (dynamically)
Replies: 4
Views: 5576

Thanks that seemed to work well, one quick question though. With the FastLine, the scale for my Y values was auto ranged (actual point values where not listed), but with the Line it seems to actually put in exact point values (with a very long set of trailing decimal places).What is the best way to ...
by Maxeta
Wed Jun 07, 2006 5:32 pm
Forum: .NET
Topic: How to add shapes to the points of a series (dynamically)
Replies: 4
Views: 5576

How to add shapes to the points of a series (dynamically)

I simply want to set the size, shape, and color of each point in my series. Currenlty it is setup as a fastline, and I still want to keep the line, I would just like to make the points more defined by adding a small circle for each point, and possibly change the color. I would also like to accomplsi...
by Maxeta
Wed May 17, 2006 1:08 pm
Forum: .NET
Topic: Make the entire chart clickable. (how?)
Replies: 5
Views: 6314

Thanks.

Code: Select all

    string onclick = "javascript:alert('hello world')\" ";
I didn't realize that the extra literal quote was necessary at the end of the attribute. With that inplace everything seems to be working as expected.
by Maxeta
Tue May 16, 2006 1:32 pm
Forum: .NET
Topic: TeeChart for .NET v2 MAINTENANCE RELEASE
Replies: 3
Views: 6013

I can't seem to find this new update. After loging into the client download access area, I only see older full versions (2004). Am I just not looking in the correct place?

*Edit: Whoops, I was using my older 6.0 login. Sorry. :)
by Maxeta
Tue May 16, 2006 12:40 pm
Forum: .NET
Topic: Make the entire chart clickable. (how?)
Replies: 5
Views: 6314

Wouldn't that require a postback? I'm actually interested in providing a popup window once the chart is clicked, without a full reload of tha page, which inturn would require a javascript call. I was reading something about an MapAction feature in TeeChart, but I've yet to fully understand how it wo...
by Maxeta
Mon May 15, 2006 8:30 pm
Forum: .NET
Topic: Make the entire chart clickable. (how?)
Replies: 5
Views: 6314

Make the entire chart clickable. (how?)

I am trying to add an attribute that links to a javascript onClick event, however: myChart.Attributes.Add("onClick", "javascript:myFunc();") does not seem to work correctly. Can anyone give me a quick overview of how I'd go about making the entire chart clickable. I'm looked through the help file, b...