Search found 214 matches

by qcrnd
Thu Feb 25, 2010 3:28 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Re: Dates Range on the bottom axis - properties

Hi

See the attache project example in order to reproduce the problem.
When we enlarge the dialog the dates are ok , when we change the dialog to small size the dates are not clear.

Thanks
by qcrnd
Wed Feb 24, 2010 7:27 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Re: Dates Range on the bottom axis - properties

Hi , I try to use the example that you send me and to change it for the bottom axis?(in the example we have the left axis) , but it seems that I am not taking the location of the labels correctly. My code is the following : private void OnChartAfterDraw(object sender, Graphics3D g) { Steema.TeeChart...
by qcrnd
Tue Feb 23, 2010 2:52 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Re: Dates Range on the bottom axis - properties

Hi , I tied to use custom axis labels,this mean that we need to add manually the labels. I have a new problem , I want to add the label only if I have enough space in the bottom axis. How can I recognize this case.I want to add a new label, only if it is not interfere on the previous label. (see the...
by qcrnd
Mon Feb 22, 2010 2:53 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Re: Dates Range on the bottom axis - properties

1.JPG
1.JPG (22.37 KiB) Viewed 20182 times
2.JPG
2.JPG (17.18 KiB) Viewed 20178 times
by qcrnd
Mon Feb 22, 2010 2:52 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Re: Dates Range on the bottom axis - properties

Hi, They have a different problem then mine, in the other case they have always the problem. In mine case it appears only when the range is large ( not related to offset) and there is no place to draw all the legends. You can see in attachments 1.bmp (the first day do not appears in the bottom axis)...
by qcrnd
Thu Feb 18, 2010 4:04 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Re: Dates Range on the bottom axis - properties

Hi Sandra, My code is similar to your bu in the increment property I set it to one day. If the range of the data is a few days - it works ok , since it show me all the days. The problems is when the range have data from dates of a few month. Then I see only part of the dates since we don't have enou...
by qcrnd
Mon Feb 15, 2010 7:22 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45026

Dates Range on the bottom axis - properties

Hello, I have a chart that the bottom axis is dates range .I set the "Increment" property to show days, but sometimes when the range is too big and it may include 2-3 months. In this case the chart don't show some of the days since we don't have enough space. How can we make the chart to show always...
by qcrnd
Tue Feb 09, 2010 3:22 pm
Forum: .NET
Topic: Extra white space in pie
Replies: 1
Views: 3977

Extra white space in pie

Hi,

I have a problem where the pie has too much space between its' start (on the left) and the actual border of the panel (I've added an image to demonstrate).

Could you please advice me on how to control that space or eliminate it all together.

Thank you,

Jonathan
by qcrnd
Mon Dec 21, 2009 4:30 pm
Forum: .NET
Topic: Controlling Order of Items in Legend Box
Replies: 3
Views: 5835

Re: Controlling Order of Items in Legend Box

Hi Yeray
Excellent idea , and it works too :D
Thanks very much .
by qcrnd
Sun Dec 13, 2009 11:57 am
Forum: .NET
Topic: Controlling Order of Items in Legend Box
Replies: 3
Views: 5835

Re: Controlling Order of Items in Legend Box

Hi
You might have missed this one .
Can you please help
Thanks.
by qcrnd
Thu Dec 10, 2009 8:39 am
Forum: .NET
Topic: Controlling Order of Items in Legend Box
Replies: 3
Views: 5835

Controlling Order of Items in Legend Box

Hi I have an chart with 3 area series and I have to add them each differently according the the area which is higher so that no area will be hidden However I do not want to order of the items in the legend box to change as well. I always want the order of the items to be the same. Currently I see th...
by qcrnd
Sun Nov 29, 2009 8:08 am
Forum: .NET
Topic: showing tooltips on series.
Replies: 7
Views: 13621

Re: showing tooltips on series.

Hi Sandra
Thanks.
I confirm that the latest version fixes this issue
Thanks.
by qcrnd
Thu Nov 26, 2009 10:06 am
Forum: .NET
Topic: showing tooltips on series.
Replies: 7
Views: 13621

Re: showing tooltips on series.

Hi Sandra Your sample gives me exactly the same problem. I can only see tooltips if I go on the Orange points. Once I hover over the blue series , I stop seeing tooltips altogether. This doesnt happen immediately but Im sure that if just hover over random points eventually you will see the problem. ...
by qcrnd
Wed Nov 25, 2009 3:04 pm
Forum: .NET
Topic: showing tooltips on series.
Replies: 7
Views: 13621

Re: showing tooltips on series.

Hi Sandra sorry . overlooked your second reply regarding removing the points from the legend. so I guess I am left only with the first problem of the disappearing tooltips. This is the code I use for each of my area series. private void AddPointTooltips(Area series) { Points points = new Points(m_th...
by qcrnd
Wed Nov 25, 2009 2:53 pm
Forum: .NET
Topic: showing tooltips on series.
Replies: 7
Views: 13621

Re: showing tooltips on series.

Hi sandra Thanks for the reply . There are two problems with your solution. 1. It works well for 1 series but if I have 2 area series and add 2 point series , one for each of the two area series , the tooltips work well for 1 set of points but when my mouse hovers over the second set of points , I s...