Search found 26 matches

by rino
Sun Dec 25, 2011 5:57 am
Forum: .NET
Topic: version 3.5 under .net 4.
Replies: 1
Views: 2647

version 3.5 under .net 4.

Hi we are currently still using version 3.5.3425.20244 since we couldnt not find the time to current upgrade to version 4. and all seems working our application is compiled with .NET 4 vs2010 My question is , in our deployed application , will this version work properly on a computer will ONLY .NET ...
by rino
Thu Mar 24, 2011 10:25 am
Forum: .NET
Topic: Right Mouse Button Down problems
Replies: 8
Views: 7818

Re: Right Mouse Button Down problems

Hi What I need is the correct way to implement 5 functionalities , zoom in, zoom out , scroll left page, scroll right page. Zoom out increases by 1 the number of bars shown and Zoom in decreases. Until now I was using pages but if I understand correctly it is better to work only with the SetMinMax a...
by rino
Wed Mar 23, 2011 3:36 pm
Forum: .NET
Topic: cant see last label on bottom axis
Replies: 12
Views: 11089

Re: cant see last label on bottom axis

You mean to call Draw from within the AfterDraw event . isnt this a little awkward ?

Also , what is the difference between Draw and Refresh ? which is better.
by rino
Wed Mar 23, 2011 1:26 pm
Forum: .NET
Topic: Right Mouse Button Down problems
Replies: 8
Views: 7818

Re: Right Mouse Button Down problems

Hi Sandra
can you please explain in detail why you need to combine the SetMinMax with the Chart.Page.Next
shoudlnt Chart.Page.Next be enough ? why must you keep adjusting the min max also ?
thanks.
by rino
Tue Mar 22, 2011 4:11 pm
Forum: .NET
Topic: cant see last label on bottom axis
Replies: 12
Views: 11089

Re: cant see last label on bottom axis

Hi Sandra your last code seems to do the correct calculation however it doesnt have effect the first time. it only works after a second draw of the chart is done, the changes in afterDraw , do not cause the chart to repaint itself , so only when the chart is drawn again will the changes in the margi...
by rino
Mon Mar 21, 2011 12:34 pm
Forum: .NET
Topic: Right Mouse Button Down problems
Replies: 8
Views: 7818

Re: Right Mouse Button Down problems

Hi Sandra
Again I ask , is there anyway to disable the right mouse down functionality.?
I do not want to refactor our zoom and previous , which works .
Thanks
by rino
Sun Mar 20, 2011 7:13 am
Forum: .NET
Topic: cant see last label on bottom axis
Replies: 12
Views: 11089

Re: cant see last label on bottom axis

Hi Sandra thanks for the reply No , this doesnt work , and I assume that its simply because I dont think there is any connection between Label length and the Margin units whats the point of measuring the length of the label string , its not the same units as the margin is it. ? label length represen...
by rino
Thu Mar 17, 2011 1:23 pm
Forum: .NET
Topic: Right Mouse Button Down problems
Replies: 8
Views: 7818

Re: Right Mouse Button Down problems

Hi Sandra
Actually I do not have a problem with the zoom or page scroll .
The problem starts only after pressing right button down and dragging. After that the zoom and previous next do not work.
is there a way to cancel the right button down functionality.
Thanks.
by rino
Thu Mar 17, 2011 12:14 pm
Forum: .NET
Topic: cant see last label on bottom axis
Replies: 12
Views: 11089

Re: cant see last label on bottom axis

Hi Sandra I cannot make the angle 90 , becuase we want the graph to remain the same hieght regarding the margin , the problem is I dont know in advance what the label name will be so I need to resize the margin dynamically , which I am not sure how to do so I can I know how much margin to give. Dont...
by rino
Thu Mar 17, 2011 7:18 am
Forum: .NET
Topic: TeeChart version 2 on Windows 7 64
Replies: 1
Views: 2587

TeeChart version 2 on Windows 7 64

Hi
I seem to get an exception with the license file, when compiling one of your older versions which used TeeChart version 2, on Windows 7 64.
Is version 2 compatible with windows 7 64 bit. ?
Thanks.
by rino
Tue Mar 15, 2011 2:55 pm
Forum: .NET
Topic: Right Mouse Button Down problems
Replies: 8
Views: 7818

Right Mouse Button Down problems

In my chart , I have zoom in and out and Scroll functionality by playing with MaxPointsPerPage and Using Page.Next Page.Previous. I have a defect that , after user uses Right Mouse Button to scroll the chart , then the Page.Next and Page.Previous and the MaxPointsPerPage stop working untill I call Z...
by rino
Tue Mar 15, 2011 1:54 pm
Forum: .NET
Topic: cant see last label on bottom axis
Replies: 12
Views: 11089

Re: cant see last label on bottom axis

Hi Sandra I just did a test and noticed that the last label can disappear and appear and it depending on the size of the chart. I docked the chart in a window and I played with the size of the window. Sometimes the last label disappears and then it reappears. so its just a matter of what size the ch...
by rino
Tue Mar 15, 2011 1:40 pm
Forum: .NET
Topic: cant see last label on bottom axis
Replies: 12
Views: 11089

Re: cant see last label on bottom axis

Hi Sandra Im using version 4.0.2011.2082 But actually , the defect I have in our real application is that the last label is visible but cut at the right side. in your demo , if you try and make the last label , something longer , for example " very long label 2" , you will see that it will be cut. T...
by rino
Tue Mar 15, 2011 1:36 pm
Forum: .NET
Topic: Pie chart labels overlap
Replies: 3
Views: 4022

Re: Pie chart labels overlap

Hi Sandra
actually doesnt quite help , I see correspondance that indicates its not a trivial workaround and doesn work perfectly.
I dont want to take any chances .
Do you have any plans to fix it yourself. ?
by rino
Tue Mar 15, 2011 1:27 pm
Forum: .NET
Topic: Stacked Bar chart Only shows Top Marks
Replies: 2
Views: 3304

Re: Stacked Bar chart Only shows Top Marks

Hi Sandra
thanks , its works .