Search found 119 matches

by BenW
Wed Mar 26, 2014 4:52 pm
Forum: .NET
Topic: Plotting x-axis samples in descending order
Replies: 4
Views: 9091

Re: Plotting x-axis samples in descending order

Cool...

Thanks Christopher!

Ben.
by BenW
Wed Mar 26, 2014 2:56 pm
Forum: .NET
Topic: Plotting x-axis samples in descending order
Replies: 4
Views: 9091

Re: Plotting x-axis samples in descending order

Wow thanks Christopher - easy once you know how! Are there any gotcha's with inverting the axis in the manner? I tried panning, zooming and using the CursorTool to retrieve the X,Y value information (cursortool line is configured as vertical only), being derived from this seems accurate. Regards, Ben.
by BenW
Tue Mar 25, 2014 1:57 pm
Forum: .NET
Topic: Plotting x-axis samples in descending order
Replies: 4
Views: 9091

Plotting x-axis samples in descending order

Hi. I have version 2.0 of Steema. Is it possible to plot X,Y double values such that from left to right the x-axis labels are displayed in descending order? So for example if I have four X,Y samples as follows: X Y 100 20 60 24 0 30 -50 22 then the x-axis labels would be shown (from left to right) s...
by BenW
Mon Aug 12, 2013 4:31 pm
Forum: .NET
Topic: Problems upgrading Steema 2 to Steema 4
Replies: 3
Views: 7621

Re: Problems upgrading Steema 2 to Steema 4

In testing your submitted sample for problems 1 and 2 it appears the chart has none of the reported bugs, I'm not sure what exactly is different about the way we use the chart that could cause such behavior. There is huge amounts of code involved surrounding the chart which is embedded in our own ap...
by BenW
Fri Aug 09, 2013 8:46 pm
Forum: .NET
Topic: Problems upgrading Steema 2 to Steema 4
Replies: 3
Views: 7621

Problems upgrading Steema 2 to Steema 4

Hi, I'm hoping some people on the forum may have some answers to some problems we've been having with Steema 4's TeeChart. Our company is upgrading from TeeChart v2 to TeeChart v4 and some of the existing functionality no longer works. 1) The checkbox legend now shows and hides pen series' when clic...
by BenW
Wed Jul 31, 2013 2:14 am
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

Hi. I'm trying the evaluation version 4 in place of an official version 2. There were a couple of minor compile errors that needed to be fixed up in moving from V2 to V4, easy to do. However there is a section of code that retrieves the chart Bitmap: Bitmap bitmap = this.tChart1.Bitmap; I can't real...
by BenW
Tue Jul 30, 2013 10:08 pm
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

OK, thanks for the update Yeray...

Ben.
by BenW
Wed Jul 24, 2013 8:48 pm
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

Hi Sandra.

Thanks for confrming that this is an issue on V2.

Is there some programatic way to pad the width of the legend rectangle, independently of its contents?

Regards,
Ben.
by BenW
Tue Jul 23, 2013 2:46 pm
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

Hi Sandra. Setting the value to 3 made no difference using the the code sent by Narcis in my test sample (please see attched screen capture in ResultOfMaxNumRowsSetTo3.zip). It seems that if the width of the Form is wide enough to hold all 12 pens, then the legend will show all 12 pens in a single r...
by BenW
Mon Jul 22, 2013 7:39 pm
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

Hi Narcis. Even though your sample code has 12 pens, the legend is only showing 4 pens. Shouldn't it be showing 12 pens? It is important to our customer to be able to see all pens configured on the legend. I did try the copy and pasting the following section of code: tChart1.Aspect.View3D = false; t...
by BenW
Mon Jul 22, 2013 3:07 pm
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

Hi Narcis.

Have also posted a sample that shows this issue (LegendTextOverrunExampleCode.zip). This sample is built with Visual Studio 2008.

Thanks,
Ben.
by BenW
Mon Jul 22, 2013 2:34 pm
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Re: Text overruns Legend bounding box.

Hi Narcís! It's been a long time, since we communicated last, I hope you are doing well! The file has been uploaded as LegendTextOverrun.zip. We are using a very old version (version 2 ) of the .NET Teechart, and I know you don't support this version, but I'm wondering if that version supported a wa...
by BenW
Mon Jul 22, 2013 3:36 am
Forum: .NET
Topic: Text overruns Legend bounding box.
Replies: 13
Views: 21708

Text overruns Legend bounding box.

Hello. I have an issue where when I have 12 series configured and the top legend is used, the text in the legend for the 12 series overruns the right most edge. I have uploaded an attachment (LegendTextOverrun.rtf) that visuallizes this. My question is, is there a way to pad the width of the legend,...
by BenW
Thu Nov 17, 2011 4:15 am
Forum: .NET
Topic: Controlling the linestyle of FirstVisibleIndex-1
Replies: 8
Views: 12995

Re: Controlling the linestyle of FirstVisibleIndex-1

Hi Sandra. By leveraging the most recent V2 solution you'd posted, I have managed to overcome the original line style issue -thank you very much!! We do want to go with V4, but the timing is a little off for us right now. I did manage to download V4 evaluation, though - thanks again. I do have some ...
by BenW
Fri Nov 04, 2011 7:51 pm
Forum: .NET
Topic: Controlling the linestyle of FirstVisibleIndex-1
Replies: 8
Views: 12995

Re: Controlling the linestyle of FirstVisibleIndex-1

Hi Sandra. I was excited at the prospect of your samples, finaly solving my problem. All your efforts are very much appreciated, however there is one key aspect to the functionality that is being missed, and that relates to the line color. In my set of requirement, the line drawn after the pointer (...