Hello, Sandra
Thanks, this method is working.
Best Regards,
Yuri
Search found 6 matches
- Thu Jan 05, 2012 3:12 pm
- Forum: .NET
- Topic: Different cursors for chart and FastLine series
- Replies: 2
- Views: 3188
- Wed Jan 04, 2012 7:05 am
- Forum: .NET
- Topic: Different cursors for chart and FastLine series
- Replies: 2
- Views: 3188
Different cursors for chart and FastLine series
Hello,
Different cursors for chart and FastLine series are necessary to us. We set properties chart.cursor and series.cursor, but when mouse moves over series and leaves it, cursor of chart does not change to chart.cursor. What can you recommend?
Best Regards,
Yuri
Different cursors for chart and FastLine series are necessary to us. We set properties chart.cursor and series.cursor, but when mouse moves over series and leaves it, cursor of chart does not change to chart.cursor. What can you recommend?
Best Regards,
Yuri
- Tue Jan 03, 2012 2:01 pm
- Forum: .NET
- Topic: Custom Palette for Surface
- Replies: 8
- Views: 8385
Re: Custom Palette for Surface
Hello Sandra,
Thanks, with changes in Custom3DPalette.cs file of source code our code works as we expected.
Best Regards,
Yuri
Thanks, with changes in Custom3DPalette.cs file of source code our code works as we expected.
Best Regards,
Yuri
- Wed Dec 28, 2011 11:58 pm
- Forum: .NET
- Topic: Custom Palette for Surface
- Replies: 8
- Views: 8385
Re: Custom Palette for Surface
Hello Sandra,
Replacing Surface with ColorGrid does not approach to us. The code by your link is similar to ours code, but in version 4.1.2011.10190 it does not work. We will roll back to version 4.0.2011.02083
Best Regards,
Yuri
Replacing Surface with ColorGrid does not approach to us. The code by your link is similar to ours code, but in version 4.1.2011.10190 it does not work. We will roll back to version 4.0.2011.02083
Best Regards,
Yuri
- Sun Dec 25, 2011 7:49 pm
- Forum: .NET
- Topic: Custom Palette for Surface
- Replies: 8
- Views: 8385
Re: Custom Palette for Surface
Hello Sandra, Method with surface. ColorEach does not approach to us. We need to synchronise Contour.Levels and Surface.Palette by value and color (Contour and Surface are different representations of the same phenomenon). We need to have possibility to set custom levels for a colouring of the serie...
- Sun Dec 18, 2011 8:22 pm
- Forum: .NET
- Topic: Custom Palette for Surface
- Replies: 8
- Views: 8385
Custom Palette for Surface
Hello, We renew licence TeeChart for NET from version 4.0.2011.02083 to version 4.1.2011.10190. With the new version our old code does not work (Custom Palette for Surface: Surface.AddPalette(value, colour); ...). What can be changes in available code? (or show a sample of Custom Palette for Surface...