Search found 214 matches
- Tue Aug 31, 2010 10:53 am
- Forum: .NET
- Topic: Getting the bar width
- Replies: 5
- Views: 11674
Re: Getting the bar width
Hi Yeray, I think you didn't understand. If I change the pen AFTER draw then this will be visible only in the next draw. I don't want to draw the chart twice because this causes flickering (i.e. the user can see the chart being drawn once with thick bar outlines and then drawn again with thin bar ou...
- Sun Aug 29, 2010 2:39 pm
- Forum: .NET
- Topic: Getting the bar width
- Replies: 5
- Views: 11674
Re: Getting the bar width
Hi Yeray, Perhaps I should elaborate on my problem a bit more. Usualy, I'd like to draw the bars with a rather thick outline so I initialize my bars with: bar.Pen.Width = 2; The problem is that sometimes my chart contains a lot of bars and so each bar is very thin. As a result the user can only see ...
- Mon Aug 16, 2010 1:18 pm
- Forum: .NET
- Topic: Getting the bar width
- Replies: 5
- Views: 11674
Getting the bar width
Hi, I'm trying to get the bar width in order to decide how wide to draw the bar outline (if the bar is too thin then I'd like to set the outline width to 0). As I understand, the chart calculates the bar width to fit the chart width. Is there a way to get the actual bar width (i.e. the width that wi...
- Tue Aug 10, 2010 6:14 am
- Forum: .NET
- Topic: Teechart says it's unlicensed under windows 7
- Replies: 6
- Views: 12884
Re: Teechart says it's unlicensed under windows 7
Hi Guys,
Nevermind, we found out the issue it was 64 bit related.
thanks,
Idan
Nevermind, we found out the issue it was 64 bit related.
thanks,
Idan
- Mon Aug 09, 2010 2:43 pm
- Forum: .NET
- Topic: Teechart says it's unlicensed under windows 7
- Replies: 6
- Views: 12884
Teechart says it's unlicensed under windows 7
Hi Guys, we're trying to use teechart 3.5.3425.20244 with Windows 7 X64 and Visual Studio 2008 SP1. we verified all the licensing requirements (licx, registry keys) but still we can't compile and we get a message stating: "An instance of type 'Steema.TeeChart.Chart' was being created, and a valid li...
- Sun Aug 08, 2010 1:49 pm
- Forum: .NET
- Topic: Overlapping Labels in Pie Charts
- Replies: 6
- Views: 12839
Re: Overlapping Labels in Pie Charts
Hi Yerai,
We'll wait for the new release
Thanks
Elad
We'll wait for the new release
Thanks
Elad
- Wed Aug 04, 2010 1:20 pm
- Forum: .NET
- Topic: Overlapping Labels in Pie Charts
- Replies: 6
- Views: 12839
Re: Overlapping Labels in Pie Charts
Hey Narcís
Sorry for the late reply.
I'm using version 3.5.3425.20244
The code I used is the one used in this link: http://www.teechart.net/support/viewtop ... 60&start=0
The problem is the tChart1.Refresh(); found in every loop runs ~(i*j) times
Thanks
Elad
Sorry for the late reply.
I'm using version 3.5.3425.20244
The code I used is the one used in this link: http://www.teechart.net/support/viewtop ... 60&start=0
The problem is the tChart1.Refresh(); found in every loop runs ~(i*j) times
Thanks
Elad
- Sun Jul 25, 2010 2:23 pm
- Forum: .NET
- Topic: Overlapping Labels in Pie Charts
- Replies: 6
- Views: 12839
Re: Overlapping Labels in Pie Charts
Hey Narcís I have added the method to be called after OnChartAfterDraw and after Resize. However there are still some problems there, the Chart.Refresh() makes the chart generation take a lot of time, and if I remove it the first draw is not perfect, the resize causes a lot of trouble (in any case)....
- Thu Jul 22, 2010 7:58 am
- Forum: .NET
- Topic: Overlapping Labels in Pie Charts
- Replies: 6
- Views: 12839
Overlapping Labels in Pie Charts
Hey, Whenever the pie chart is small and the labels are long there are overlapping in the pie chart texts. Is there a way to know when labels overlap one another so those can be trimmed? The pie chart area cannot be enlarged. http://img594.imageshack.us/img594/8803/pieoverlapping.jpg Thanks in advan...
- Tue Jun 08, 2010 2:35 pm
- Forum: .NET
- Topic: Marks on Stacked Bar Chart Do Not Show
- Replies: 17
- Views: 31499
Re: Marks on Stacked Bar Chart Do Not Show
Hey Narcís,
I managed to fix this on our side, this just an FYI for you
Thanks
Elad
I managed to fix this on our side, this just an FYI for you
Thanks
Elad
- Tue Jun 08, 2010 11:23 am
- Forum: .NET
- Topic: Marks on Stacked Bar Chart Do Not Show
- Replies: 17
- Views: 31499
Re: Marks on Stacked Bar Chart Do Not Show
Hey Narcís, I have found a scenario where I'm having a bit of a problem. When the data is like this: A B C 1 0 D 0 1 Then for B series I get two positions (series.Marks.positions.count = 2) while when getting the actual position I get null for the mark with the zero value, I managed to workaround th...
- Thu Jun 03, 2010 2:00 pm
- Forum: .NET
- Topic: Wrong color is shown in the legend
- Replies: 15
- Views: 51545
Re: Wrong color is shown in the legend
Hi ,
I didn't understand you answer my version is 3.5 - newer than v3, and the workaround that she gave me didn't work also in the example,since she was able to reproduce the problem also...
I didn't understand you answer my version is 3.5 - newer than v3, and the workaround that she gave me didn't work also in the example,since she was able to reproduce the problem also...
- Thu Jun 03, 2010 1:15 pm
- Forum: .NET
- Topic: Wrong color is shown in the legend
- Replies: 15
- Views: 51545
Re: Wrong color is shown in the legend
Hi Sandra,
So , I return to me previous request ...
Do you have any workaround that I can use until the fix in the future versions ?
Thanks
Kety
So , I return to me previous request ...
Do you have any workaround that I can use until the fix in the future versions ?
Thanks
Kety
- Wed Jun 02, 2010 7:42 pm
- Forum: .NET
- Topic: Pie chart too small because of long labels
- Replies: 4
- Views: 9782
Re: Pie chart too small because of long labels
Thanks Narcis,
I got this working
Elad
I got this working
Elad
- Wed Jun 02, 2010 6:28 pm
- Forum: .NET
- Topic: Marks on Stacked Bar Chart Do Not Show
- Replies: 17
- Views: 31499
Re: Marks on Stacked Bar Chart Do Not Show
Hey Narcis,
Using the latest TeeChart.DLL solved the last issue.
Thanks a lot for all your help on this issue
Elad
Using the latest TeeChart.DLL solved the last issue.
Thanks a lot for all your help on this issue
Elad