Search found 7 matches
- 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
- 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 ...
- 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...
- Wed May 17, 2006 1:08 pm
- Forum: .NET
- Topic: Make the entire chart clickable. (how?)
- Replies: 5
- Views: 6314
Thanks.
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.
Code: Select all
string onclick = "javascript:alert('hello world')\" ";
- Tue May 16, 2006 1:32 pm
- Forum: .NET
- Topic: TeeChart for .NET v2 MAINTENANCE RELEASE
- Replies: 3
- Views: 6013
- 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...
- 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...