Search found 5 matches

by cjherasmus
Tue Jul 04, 2017 6:31 am
Forum: .NET
Topic: TeeChart.Silverlight: Legend & Axis Label Placement
Replies: 4
Views: 10963

Re: TeeChart.Silverlight: Legend & Axis Label Placement

Hi Christopher, I've run your code successfully and works correct. In my code I get an error message: "Value does not fall within the expected range" which appears when I set the Legend Alignment to Bottom. When I use your code to fit into my coding I get the error again. It seems that my problem oc...
by cjherasmus
Mon Jul 03, 2017 6:41 am
Forum: .NET
Topic: TeeChart.Silverlight: Legend & Axis Label Placement
Replies: 4
Views: 10963

Re: TeeChart.Silverlight: Legend & Axis Label Placement

Thank you Christopher, The combination of the Angle and Custom Size did the trick for the right-side y-axis title. The bottom legend overlapping is still overlapping. I'm using version 4.1.2016.10260 with the Silverlight dll of the .NET 3.5 version. Can't find the Silverlight dll in the 4.1.2017.031...
by cjherasmus
Wed Jun 28, 2017 1:42 pm
Forum: .NET
Topic: TeeChart.Silverlight: Legend & Axis Label Placement
Replies: 4
Views: 10963

TeeChart.Silverlight: Legend & Axis Label Placement

Hi, please find attached a screen image of the situation I'm currently experiencing. My development environment is Windows 7, Silverlight 4.0 and VS 2012. I would like to have the legend moved lower not to overlap the datetime x-axis label values. I would also like to have the right axis title moved...
by cjherasmus
Thu Jun 08, 2017 10:42 am
Forum: JavaScript / HTML5
Topic: Working with Json
Replies: 2
Views: 13487

Re: Working with Json

Thank you Marc, I;ve found the samples, working through them.
by cjherasmus
Wed May 31, 2017 8:21 am
Forum: JavaScript / HTML5
Topic: Working with Json
Replies: 2
Views: 13487

Working with Json

I'm looking at the Js/Html5 code and would like know how to bind the chart with Json data generated by an ASP.NET web service/httphandler via the JavaScriptSerializer From the sample I assume that: 1. I must format my Json data in a very specific format for the chart, so I must build my own converte...