Search found 18 matches

by avatar
Mon Jan 02, 2006 3:54 pm
Forum: .NET
Topic: Default left mouse click now right mouse
Replies: 5
Views: 8647

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
by avatar
Mon Jan 02, 2006 2:58 pm
Forum: .NET
Topic: Default left mouse click now right mouse
Replies: 5
Views: 8647

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...
by avatar
Tue Dec 27, 2005 10:52 pm
Forum: .NET
Topic: Default left mouse click now right mouse
Replies: 5
Views: 8647

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. ...
by avatar
Tue Dec 27, 2005 5:51 pm
Forum: .NET
Topic: Point Not Displayed
Replies: 11
Views: 16077

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...
by avatar
Tue Dec 27, 2005 2:28 pm
Forum: .NET
Topic: Point Not Displayed
Replies: 11
Views: 16077

Hi Narcís

Yes that is true. The last point will not display. I was going to spend today to see if it was something in my code.
Thanks
by avatar
Fri Dec 23, 2005 9:35 pm
Forum: .NET
Topic: DrawLine Tool NewLine Event Changed
Replies: 1
Views: 4291

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...
by avatar
Fri Dec 23, 2005 9:18 pm
Forum: .NET
Topic: Point Not Displayed
Replies: 11
Views: 16077

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...
by avatar
Fri Dec 23, 2005 2:36 pm
Forum: .NET
Topic: Point Not Displayed
Replies: 11
Views: 16077

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...
by avatar
Thu Dec 22, 2005 11:50 pm
Forum: .NET
Topic: Point Not Displayed
Replies: 11
Views: 16077

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...
by avatar
Tue Sep 27, 2005 4:54 pm
Forum: .NET
Topic: Drawline Double_Cick
Replies: 4
Views: 7210

Hi Narcis

You are correct, However I cannot use release 2.0.2040.155119 as it messes up all my print margins.
My Post:Print changed with maintenance release. I will wait for the next release.

Thanks
by avatar
Tue Sep 27, 2005 1:33 pm
Forum: .NET
Topic: Drawline Double_Cick
Replies: 4
Views: 7210

Hi Narcis

You may want to check the fix in v2 because I am using build 2.0.1992.14012.

Thanks
by avatar
Mon Sep 26, 2005 2:57 pm
Forum: .NET
Topic: Drawline Double_Cick
Replies: 4
Views: 7210

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...
by avatar
Fri Aug 12, 2005 1:28 pm
Forum: .NET
Topic: Print changed with maintenance release
Replies: 5
Views: 9625

Hi Miguel,

Is there a way to do the refresh so the print works properly?
by avatar
Thu Aug 11, 2005 1:31 pm
Forum: .NET
Topic: Print changed with maintenance release
Replies: 5
Views: 9625

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 ...
by avatar
Wed Aug 10, 2005 9:40 pm
Forum: .NET
Topic: Print changed with maintenance release
Replies: 5
Views: 9625

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...