Search found 30 matches

by BeijerElectronics
Wed Feb 29, 2012 9:55 am
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Re: Chart is drawn outside left bound

Hello Sandra,

With the code provided, the axis is still not at a fixed left margin.

Current situation
Small value_1.png
Small value_1.png (9.14 KiB) Viewed 12880 times
big value_1.png
big value_1.png (9.41 KiB) Viewed 12880 times
Expected situation
Expected_Small value_1.png
Expected_Small value_1.png (9.32 KiB) Viewed 12884 times
I hope this makes it more clear.
Thanks in advance
by BeijerElectronics
Fri Feb 24, 2012 10:40 am
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Re: Chart is drawn outside left bound

Hello Sandra, The problem is slightly modified when using the custom Axis. When using the following code the Axis is drawn at a fixed right position. We need the left position to be fixed. Is it possible to modify the following code in order to get the left position of the axis to be locked? That is...
by BeijerElectronics
Tue Feb 21, 2012 3:41 pm
Forum: .NET
Topic: Crash in WPF chart when resizing chart in 3D mode
Replies: 10
Views: 9002

Re: Crash in WPF chart when resizing chart in 3D mode

Hello Sandra,

Since it is critical for us to get this working, is it possible for you to send the fix in source code, so that we can add that fix and build your code ourself.
Thanks in advance
by BeijerElectronics
Tue Feb 21, 2012 1:38 pm
Forum: .NET
Topic: Histogram chart crashes when both X and Y has values
Replies: 9
Views: 9791

Re: Histogram chart crashes when both X and Y has values

Hello Sandra, The width and height must be possible for our customer to set to whatever value they want and since we use this control also on PC in a design time environment it must also work on PC. It is not as easy to reproduce on CE device but on PC it is very easy. Just run the sample outside of...
by BeijerElectronics
Mon Feb 20, 2012 3:03 pm
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Re: Chart is drawn outside left bound

Hello Sandra, The issue seems to not exist for the FastLine so your code does work as expected. The axis was rendered at a fixed margin even without the custom axis. However, the Bar style still has the issue that, when the value goes from something below 1000 to something above 1000 (I tried for in...
by BeijerElectronics
Mon Feb 20, 2012 1:50 pm
Forum: .NET
Topic: Histogram chart crashes when both X and Y has values
Replies: 9
Views: 9791

Re: Histogram chart crashes when both X and Y has values

Hello Sandra,

For this project we used version 4.1.2012.1032.
If that is your version as well, could you try to increase the value of the xSeries[0]? The exception is triggered on my machine for 3, 4, 5, 10 and 100 alike.

Thanks in advance
by BeijerElectronics
Wed Feb 15, 2012 1:25 pm
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Re: Chart is drawn outside left bound

Hello Sandra,

You can just run the executable that is created when the solution is built. Do not run it an emulator, simply execute it in Windows 7.

Thanks in advance.
by BeijerElectronics
Wed Feb 15, 2012 1:23 pm
Forum: .NET
Topic: Histogram chart crashes when both X and Y has values
Replies: 9
Views: 9791

Re: Histogram chart crashes when both X and Y has values

Hello Sandra, We were able to reproduce the issue in the Steema Pocket TChart. Attached is a sample project. Note that there are two variables causing the exception - the size of the chart and the value of the XSerie[0]. See the end of this message for details on invoking just-in-time (JIT) debuggin...
by BeijerElectronics
Fri Feb 10, 2012 11:22 am
Forum: .NET
Topic: Crash in WPF chart when resizing chart in 3D mode
Replies: 10
Views: 9002

Re: Crash in WPF chart when resizing chart in 3D mode

Hello Sandra,

Do you have any estimate of when the next maintenance release will be released?

We really need this fixed until next week. Is that possible?

Thanks in advance
by BeijerElectronics
Fri Feb 10, 2012 10:22 am
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Re: Chart is drawn outside left bound

Hello Sandra, Did you run the sample I sent with the last post? It has 6 buttons which clearly illustrates the issue. You need to push the "Add 10 to the bar" button or the "Increase Left Axis with 10" button. Attached are two images which visualizes the issue. As you can see, the space from the Lef...
by BeijerElectronics
Tue Feb 07, 2012 12:20 pm
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Re: Chart is drawn outside left bound

Attached is a small project which simulates the issue. Setting the Panels Transparent property to true, rather than the Visibility to false solved the issue where the control was drawn outside of its left most bounds. Setting Margin helped a bit together with the Units set to pixels rather than perc...
by BeijerElectronics
Tue Jan 31, 2012 1:31 pm
Forum: .NET
Topic: Crash in WPF chart when resizing chart in 3D mode
Replies: 10
Views: 9002

Re: Crash in WPF chart when resizing chart in 3D mode

The problem still exists in the latest build. Attached is a small sample project where the resize problem is simulated
by BeijerElectronics
Wed Jan 18, 2012 3:13 pm
Forum: .NET
Topic: Histogram chart crashes when both X and Y has values
Replies: 9
Views: 9791

Re: Histogram chart crashes when both X and Y has values

You are testing this in the wrong Chart object. We experienced this issue in the WPF chart, not in the Pocket Chart
by BeijerElectronics
Wed Jan 18, 2012 3:11 pm
Forum: .NET
Topic: Crash in WPF chart when resizing chart in 3D mode
Replies: 10
Views: 9002

Re: Crash in WPF chart when resizing chart in 3D mode

We still have this issue in version 4.1.2011.10193.
by BeijerElectronics
Wed Jan 18, 2012 3:08 pm
Forum: .NET
Topic: Chart is drawn outside left bound
Replies: 13
Views: 12817

Chart is drawn outside left bound

We use your TChart Control as a light weight control, meaning we don't add it to the Forms.Controls collection but instead manually call the Charts draw method in OnPaint. We have attached a sample project illustrating the issue where the Left y axis value texts are drawn outside the Charts bounds w...