I am using 2.0.1992.14012 which I believe is the original. I have had problems with margins with every maintenance release. My app has three right axes and three left axes. The margins cut of the axis on print. It appears ok in the last release but the last point not displaying is a problem.
Thanks
Search found 18 matches
- Mon Jan 02, 2006 3:54 pm
- Forum: .NET
- Topic: Default left mouse click now right mouse
- Replies: 5
- Views: 9051
- Mon Jan 02, 2006 2:58 pm
- Forum: .NET
- Topic: Default left mouse click now right mouse
- Replies: 5
- Views: 9051
Hi Christopher, Sorry I could not wait any longer as I had to release a bug fix of my own. I uninstalled TeeChart .NET v2.0.2179.21171. To date I have not been able to use any of the V2.0 maintenance releases. As I have a license for V1.1 would I be better off with this version? My original question...
- Tue Dec 27, 2005 10:52 pm
- Forum: .NET
- Topic: Default left mouse click now right mouse
- Replies: 5
- Views: 9051
Default left mouse click now right mouse
Hi Narcís I’m still having problems with the new release .NET v2.0.2179.21171. Prior to installing the new release I could select a series with a left mouse click. It now only works with a right mouse click. I searched and found the button property for drawline, but nothing for TeeChart in general. ...
- Tue Dec 27, 2005 5:51 pm
- Forum: .NET
- Topic: Point Not Displayed
- Replies: 11
- Views: 16878
Hi Narcís I can not tell you how I have done this, but now there is a series terminator that is always showing the last point. Unfortunately it is a rectangle. If I could change it to smalldot I would have a solution. I have come across protected fields Steema.TeeChart.Styles.Series.AllowSinglePoint...
- Tue Dec 27, 2005 2:28 pm
- Forum: .NET
- Topic: Point Not Displayed
- Replies: 11
- Views: 16878
- Fri Dec 23, 2005 9:35 pm
- Forum: .NET
- Topic: DrawLine Tool NewLine Event Changed
- Replies: 1
- Views: 4437
DrawLine Tool NewLine Event Changed
Hi Narcis, I have just installed v2.0.2179.21171 maintenance release. I was unable to use the last few releases because of problems with the print margins, so I am not sure when this changed. In my app the user can draw a line. The user clicks hold and drags to form a line. The NewLine Event fires w...
- Fri Dec 23, 2005 9:18 pm
- Forum: .NET
- Topic: Point Not Displayed
- Replies: 11
- Views: 16878
Hi Narcis, The TeeChart Activex would display a tick in the same situation. Also if you say to mark every 10th data point the counter would reset after every break in the line. This accounts for all the data. What you are saying is to write code to add bad data to the plot for any single point befor...
- Fri Dec 23, 2005 2:36 pm
- Forum: .NET
- Topic: Point Not Displayed
- Replies: 11
- Views: 16878
I see the new relealse I will install it today Try the above with a line. The last point shows in the legend but not on the chart. Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Line1.Add(1) Line1.Add(2) Line1.Add(3) Line1.Add(4) Line1.Add(5) Line1.Ad...
- Thu Dec 22, 2005 11:50 pm
- Forum: .NET
- Topic: Point Not Displayed
- Replies: 11
- Views: 16878
Point Not Displayed
Hi TeeChart I am plotting data by month. If the data is continuous teechart.net joins the points if there is no data the plot shows a break. I have just had a case where there is data for months 1 to 5 nothing for 6 and 7 then data for 8, 9 and nothing for 10 and 11 and one point for 12. The point d...
- Tue Sep 27, 2005 4:54 pm
- Forum: .NET
- Topic: Drawline Double_Cick
- Replies: 4
- Views: 7523
- Tue Sep 27, 2005 1:33 pm
- Forum: .NET
- Topic: Drawline Double_Cick
- Replies: 4
- Views: 7523
- Mon Sep 26, 2005 2:57 pm
- Forum: .NET
- Topic: Drawline Double_Cick
- Replies: 4
- Views: 7523
Drawline Double_Cick
Hi TeeChart In my app the user can use the Drawline tool to forecast one of the series. If the user inadvertently Double_Click’s the Drawline tool the line is stuck to the curser and will not release it until it is clicked at its original position. I would like Click and Double_Click to behave simil...
- Fri Aug 12, 2005 1:28 pm
- Forum: .NET
- Topic: Print changed with maintenance release
- Replies: 5
- Views: 10031
- Thu Aug 11, 2005 1:31 pm
- Forum: .NET
- Topic: Print changed with maintenance release
- Replies: 5
- Views: 10031
Miguel Hi What I am Saying is my currents setings are: tChart1.Chart.Printer.MarginUnits = Steema.TeeChart.PrintMarginUnits.Percent; tChart1.Chart.Printer.Margins.Left = 0; tChart1.Chart.Printer.Margins.Top = 0; tChart1.Chart.Printer.Margins.Right = 0; tChart1.Chart.Printer.Margins.Bottom = 0; with ...
- Wed Aug 10, 2005 9:40 pm
- Forum: .NET
- Topic: Print changed with maintenance release
- Replies: 5
- Views: 10031
Print changed with maintenance release
Hi TeeChart, I was using release TeeChart for .NET v21.0.1992.14012 on upgraded to v2.0.2040.15119. 19 Now when I print my chart then image is 84% of what it was in the old version there appears to be an additional 10% margin. All margins are set to 0. I uninstalled v2.0.2040.15119. 19 and reinstall...