Search found 65 matches

by Captell
Wed Aug 04, 2010 10:09 pm
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Thanks Christopher, I'm downloading the new version now and will test it out during the day. I understand that the axis only understands doubles and that setting an interval to one week effextively sets the interval to 7 but what I don't understand is how tchart determines the starting point of the ...
by Captell
Wed Aug 04, 2010 9:16 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

thanks for the info Christopher. I'm still a little confused, at some stage in the past this has actually worked, the post here http://www.teechart.net/support/viewtopic.php?f=4&t=11136#p47051 shows the chart with weekly data and the labels correctly aligned. I also know this has worked in the past ...
by Captell
Wed Aug 04, 2010 3:35 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Some more observations on this one which I think clearly identify the problem. When plotting monthly data (i.e. increment set to one month and the data points one month apart) the first date shown on the chart is always the 1st day of the month that the first bar date falls in, for instance if the f...
by Captell
Wed Aug 04, 2010 3:00 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

A little more information. If the start date of the data to be plotted is not aligned with the interval the labels do not line up properly. For instance changing the monthly code to Private Sub InitializeChart() TChart1.Clear() TChart1.Aspect.View3D = False Dim bar = New Steema.TeeChart.Styles.Bar(T...
by Captell
Wed Aug 04, 2010 2:47 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Hi Christopher, The following code Private Sub InitializeChart() TChart1.Clear() TChart1.Aspect.View3D = False Dim bar = New Steema.TeeChart.Styles.Bar(TChart1.Chart) bar.XValues.DateTime = True TChart1.Axes.Bottom.Labels.Angle = 90 TChart1.Axes.Bottom.Labels.DateTimeFormat = "yyyy-MM-dd ddd HH:mm:s...
by Captell
Tue Aug 03, 2010 12:44 pm
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Hi Christopher,
The data needs to be weekly data with the interval set to one week. See the example I posted earlier with the red bar charts. Monthly data works fine.

Thanks.
by Captell
Tue Aug 03, 2010 7:46 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Hi there, There is little point in me trying your example. I know that if I put the date time value in as a LABEL it will align, th eproblem with putting it in as a label is that the datetime functionality available if X is a date time value is lost. Also I'm not is a position to What doesn't happen...
by Captell
Tue Aug 03, 2010 12:52 am
Forum: .NET
Topic: Unhandled exception inDemo application
Replies: 3
Views: 5341

Unhandled exception inDemo application

Using the TeeChart for .Net Examples demo for version 4.0.201027960.
if you go to Welcome !\New in Series\Marks on Bar
and change the Sont Size: to 0 an unhandled exception is thrown
by Captell
Fri Jul 30, 2010 8:40 pm
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

I think you must be missing my point. I don't think it's a problem to show asix labels where there isn't a bar. What I have a problem with is not having the axis labels correctly aligned with the bars. You mentioned my suggestion could break other situations, this should rightly be of concern BUT WH...
by Captell
Wed Jul 28, 2010 10:03 pm
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Thinking about this problem further I think the issue may be around how you are now setting the start date of the series, i.e. the axis label for the first bar. The following shows my data and the resultant chart. weekdates.png As can be seen the first date in my data is 26/Dec1999 which was a Sunda...
by Captell
Wed Jul 28, 2010 11:47 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

I see your point , especially if the series points are irregular, but the data I am using is weekly data datetime data exactly 1 week apart. I would have expected that if I was plotting 5 bars one week apart that the labels would align with the bars (as they used to do). I really don't think it is c...
by Captell
Tue Jul 27, 2010 8:53 pm
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

I'm not quite cleare here. Are you saying that my original post is not a bug but rather a design feature. If that is the case why for all versions prior to at least v3.5.3146 does this behaviour not occur? I think your conculsion is correct if the chart was a line chart showing continuous data howev...
by Captell
Sun Jun 27, 2010 12:47 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Hi there,
I just downloaded the June 2010 release 4.0.2010.27960 and this problem is still not fixed. This is really important to my clients, can you tell me when it will be resolved please.
by Captell
Sat Jun 05, 2010 5:50 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

Hi all,
I was just wondering if there is any update on this one?
by Captell
Tue May 25, 2010 1:53 am
Forum: .NET
Topic: X asix labels not lining up properly
Replies: 65
Views: 367521

Re: X asix labels not lining up properly

I'm not sure excatly which version this bug appeared in but it definately was not present in release 3.5.3146.24804.
25-05-2010 11-40-10.png
25-05-2010 11-40-10.png (6.3 KiB) Viewed 93981 times