Can TeeChart .Net Version 2 be installed and used with Visual Studio 2008?
I'm getting ready to reformat my hard drive, and I'm planning to switch from VS 2005 to VS 2008. I'd rather not install VS 2005 unless I need it for TeeChart .Net Version 2.
Thanks,
Chris
Search found 4 matches
- Sat Aug 09, 2008 12:02 am
- Forum: .NET
- Topic: Using Version 2 in VS 2008?
- Replies: 1
- Views: 3472
- Wed Jul 02, 2008 6:07 pm
- Forum: .NET
- Topic: Changing the point shape for part of a series
- Replies: 5
- Views: 6210
Sorry, but I need more help. e.Color is not accessible from the OnGetSeriesPointerStyle event. I tried the following: // function argument types omitted to save space private void line1_GetPointerStyle(series, e) { if (e.ValueIndex == 0) series.Pointer.Color = System.Drawing.Color.Transparent; else ...
- Tue Jul 01, 2008 6:15 pm
- Forum: .NET
- Topic: Changing the point shape for part of a series
- Replies: 5
- Views: 6210
Thank you for the reply. I found the example in the tutorial and successfully used the same logic in my code. I have another question: is it possible to change the point color for part of a series? In my application, I would like to set the point color to transparent if the value meets certain condi...
- Mon Jun 30, 2008 6:30 pm
- Forum: .NET
- Topic: Changing the point shape for part of a series
- Replies: 5
- Views: 6210
Changing the point shape for part of a series
Is it possible to change the point style (i.e., the shape) for part of a line series? For example, if I have a line series with square points, is it possible to use a triangle marker for some of the points in the series?
I'm using TeeChart .Net version 2.
Thanks!
Chris
I'm using TeeChart .Net version 2.
Thanks!
Chris