Search found 5 matches
- Wed Jun 08, 2011 11:52 am
- Forum: .NET
- Topic: legendpalette - automatic max/min
- Replies: 5
- Views: 4953
Re: legendpalette - automatic max/min
Yes, the legendpalette problem is solved with this solution. But now every button-click a new object colorgrid is created and the memory is growing at each click. My grid has thousands of cells - after ten "refresh"-clicks the memory is over 250MB caused by teechart. I just want to have one object "...
- Wed Jun 08, 2011 9:16 am
- Forum: .NET
- Topic: legendpalette - automatic max/min
- Replies: 5
- Views: 4953
Re: legendpalette - automatic max/min
Hello Sandra, thanks for your reply. I am using TeeChartNET2010VSNET2008_4.0.2011.02082 with VS2008 and C#. Your code works fine. But if you want to redraw the colorgrid with other values after your code, the borders from the legendpalette don't change. my code is working like this: STEP 1: fill col...
- Wed Jun 08, 2011 7:31 am
- Forum: .NET
- Topic: legendpalette - automatic max/min
- Replies: 5
- Views: 4953
legendpalette - automatic max/min
hello steema team, i am working with teechart for an colorgrid with a legendpalette for the color identification. everytime i plot i am generating a new colorgrid and plot it. this works. after the plot i am doing this: legendPalette1.Series = cGrid; legendPalette1.Left = 465; legendPalette1.Top = 4...
- Wed Aug 18, 2010 5:35 am
- Forum: .NET
- Topic: isothermal plot - change colorpalette & center X and Y pos.
- Replies: 3
- Views: 3801
Re: isothermal plot - change colorpalette & center X and Y pos.
Hi Yeray, thanks a lot for you reply. I will test the costum colorpalette. I think this will help me! The error with respect to the CenterPoints is really annoying. Actually, I've only bought a license of TeeChart for these isothermal plots!! Is there a workaround? Your support have added this issue...
- Tue Aug 17, 2010 9:44 am
- Forum: .NET
- Topic: isothermal plot - change colorpalette & center X and Y pos.
- Replies: 3
- Views: 3801
isothermal plot - change colorpalette & center X and Y pos.
Hello steema team, i'd like to realize a isothermal plot with your software.. therefor i read in a csv file with three columns (X position, Y position, and Z for the temperature) and save it into a list of arrays. The X and Y position is the top left position of each cell. You can load it here: http...