Hello Sandra,
With the code provided, the axis is still not at a fixed left margin.
Current situation
Expected situation
I hope this makes it more clear.
Thanks in advance
Search found 30 matches
- Wed Feb 29, 2012 9:55 am
- Forum: .NET
- Topic: Chart is drawn outside left bound
- Replies: 13
- Views: 12817
- 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...
- 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
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
- 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...
- 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...
- 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
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
- 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.
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.
- 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...
- 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
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
- 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...
- 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...
- 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
- 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
- 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.
- 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...