Search found 10 matches

by westacotta
Mon Jul 14, 2008 2:30 pm
Forum: .NET
Topic: Help with Bar series
Replies: 2
Views: 1642

I should also mention that if I don't set the Bar.MultiBar property to MultiBars.SideAll I get all of the data I expect but the bars are overlaid and the later x series points have huge gaps between them.

Thanks
Andy
by westacotta
Mon Jul 14, 2008 2:28 pm
Forum: .NET
Topic: Help with Bar series
Replies: 2
Views: 1642

Help with Bar series

Hi, I'm having a problem with getting a Bar series chart to display as expected with a certain set of data and would like a little help. I've uploaded the file TeeChartBugTest.zip to your upload area. This contains a sample app with data and some bitmaps. The bitmap in expected.jpg is what i would l...
by westacotta
Fri Jul 11, 2008 12:35 pm
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

ok thanks.

any idea when the next maintenance release will be?
by westacotta
Wed Jul 09, 2008 9:56 am
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

But don't you think it makes sense you have the option of using teeCharts built in overlapping logic on custom labels? Seems a crazy waste of effort for any developer using teechart to basically duplicate the same code as you have especially. Can I raise this as an official feature request please. A...
by westacotta
Tue Jul 08, 2008 10:53 am
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

I read that thread originally. Most of the methods weren't suitable or gave slightly dubious results. The only method that was close was the the GetAxisDrawLabel although that needed some tweaking to give some decent results. Can you explain why this isn't supported natively in the chart. The algori...
by westacotta
Tue Jul 08, 2008 10:37 am
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

But GetAxisLabel isn't called for custom labels!

The reason I was using GetAxisDrawLabel was to provide my own logic for stopping custom labels overwrite each other when drawn close together. This works pretty well for x and y in both 2D and 3D but obviously now I can't do z when in 3D.
by westacotta
Tue Jul 08, 2008 9:26 am
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

Hi, Just downloaded the latest teechart (3.5.3105.20151) and the GetAxisDrawLable event is still not fired for the depth axes. I have uploaded a sample (TeeChartBugTest.zip) to your uploads area that demonstrates this. The sample basically consists of the following code: public partial class Form1 :...
by westacotta
Tue Jul 08, 2008 8:16 am
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

Hi,

Yep I tried setting the depth axes to visible but it had no effect. The axes is showing fine but just not firing the event which I need. it works fine for the x and y axes but not the z (depth).

Can you confirm if this is a bug or not as soon as possible?

Thanks
Andy
by westacotta
Mon Jul 07, 2008 3:18 pm
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

Hi,

Thanks for that. That solves part of my problem.

I've noticed though that the GetAxisDrawLabel event doesn't seem to be fired for this axis?

I'm subscribing like so:
m_teeChart.Axes.Depth.GetAxisDrawLabel += new GetAxisDrawLabelEventHandler(Handle_GetAxisDrawLabel);

Thanks
Andy
by westacotta
Mon Jul 07, 2008 11:40 am
Forum: .NET
Topic: Custom labels on Z Axis
Replies: 15
Views: 5846

Custom labels on Z Axis

Hi,

How can I supply custom labels on the Z axis when using a 3D surface series?

Thanks
Andy