Search found 13 matches

by t-chizzle
Thu Nov 24, 2016 11:30 am
Forum: .NET
Topic: WPF ScrollPager Not Working
Replies: 6
Views: 14186

Re: WPF ScrollPager Not Working

by t-chizzle
Mon Nov 14, 2016 9:53 am
Forum: .NET
Topic: WPF ScrollPager Not Working
Replies: 6
Views: 14186

Re: WPF ScrollPager Not Working

Thanks. Any update on this?
by t-chizzle
Tue Nov 01, 2016 10:26 am
Forum: .NET
Topic: WPF ScrollPager Not Working
Replies: 6
Views: 14186

Re: WPF ScrollPager Not Working

bump
by t-chizzle
Thu Oct 27, 2016 2:49 pm
Forum: .NET
Topic: WPF ScrollPager Not Working
Replies: 6
Views: 14186

Re: WPF ScrollPager Not Working

I have put a sample project with my issue here: https://www.dropbox.com/s/voghqgxfbo5hu ... t.zip?dl=0
by t-chizzle
Thu Oct 27, 2016 11:16 am
Forum: .NET
Topic: WPF ScrollPager Not Working
Replies: 6
Views: 14186

WPF ScrollPager Not Working

I am trying to add a scroll pager to a tchart like in the example code (but for WPF) and I get a very strange result Before I add a scroll pager. before.PNG After result.PNG Chart.Series.Clear(); Chart.Header.Text = "Plot"; Chart.Axes.Automatic = true; Chart.Legend.TopLeftPos = 0; Chart.Axes.Bottom....
by t-chizzle
Thu Aug 18, 2016 2:04 pm
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Hi Sandra,
I'm using the dll that lives in this directory: Steema TeeChart for .NET 2015 4.1.2015.12160\net45\x86

I guess that means .net 45, x86, signed.

Thanks
by t-chizzle
Thu Aug 18, 2016 9:25 am
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Hi Sandra,
How do I get the updated dll?
Thanks
by t-chizzle
Wed Aug 17, 2016 2:26 pm
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Hi Sandra,
That looks perfect, thank you very much.
by t-chizzle
Wed Aug 17, 2016 11:48 am
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Hi Sandra, have you had a chance to look into this any further?

Thanks in advance
by t-chizzle
Fri Aug 12, 2016 3:37 pm
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Hi Sandra,
I made a demo project that you can find here: https://www.dropbox.com/s/7ech6qvgnihap ... o.zip?dl=0
Thanks
by t-chizzle
Fri Aug 12, 2016 3:08 pm
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Hi Sandra, I don't think the problem is due to not being able to split the labels. The problem is that the size of the bar shrinks as the length of the mark grows. This makes sense when the label is on the end of the bar, but when it's at the beginning it's the wrong thing to do. In the image above,...
by t-chizzle
Fri Aug 12, 2016 9:57 am
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Re: Axis labels within the bar rectangle?

Thanks Sandra. That seems to sort basically sort it, but in my use case there is an issue that you should be able to see from the attached image. The min and max are set to 0 and 120, but he graph is resized as if the marks are attached to the edge of the bar. When the label is longer than the scree...
by t-chizzle
Wed Aug 10, 2016 5:24 pm
Forum: .NET
Topic: Axis labels within the bar rectangle?
Replies: 13
Views: 24356

Axis labels within the bar rectangle?

Is there a way to display the data item label within the bar rectangle like this? (Please excuse my ASCII art...) ----------------------------------------------------- Item 1 | ----------------------------------------------------- ----------------------------------------------- Item 2 | ------------...