Search found 41 matches

by Srinivas Avancha
Wed Jun 17, 2009 2:50 pm
Forum: .NET
Topic: Dragging a color line has trailing line.
Replies: 4
Views: 8795

Re: Dragging a color line has trailing line.

Hi Yeray,

Thanks for the explanation.
by Srinivas Avancha
Wed Jun 17, 2009 12:32 pm
Forum: .NET
Topic: Dragging a color line has trailing line.
Replies: 4
Views: 8795

Re: Dragging a color line has trailing line.

Hi Sandra,

It did work like a charm! But I thought it is counter intuitive as the documentation states “Repaints the Chart while moving the ColorLine when DragRepaint is True” should cause more delay, what is the logic behind?

Thanks.
by Srinivas Avancha
Tue Jun 16, 2009 8:58 pm
Forum: .NET
Topic: Dragging a color line has trailing line.
Replies: 4
Views: 8795

Dragging a color line has trailing line.

Hi There, How to achieve smooth dragging of color line? Using the below code a trailing line is visible on dragging the color line, that is undesirable. Best Regards Srinivas Avancha private void Form1_Load(object sender, EventArgs e) { Steema.TeeChart.TChart tChart1 = new Steema.TeeChart.TChart(); ...
by Srinivas Avancha
Thu May 28, 2009 2:40 pm
Forum: .NET
Topic: Mouse Cursor on chart does not change to Arrow 3.5.3274.3066
Replies: 8
Views: 13053

Hi Yeray, Ver 3.5.3425.20245 did fix the cursor problem, unfortunately can not upgrade to this version because of the Linepen issue (too much of workaround as the feature of outline/un outline is used at lot in our code). Thanks for looking into the problem and we will be waiting for the TF02014158 ...
by Srinivas Avancha
Thu May 28, 2009 12:30 pm
Forum: .NET
Topic: Mouse Cursor on chart does not change to Arrow 3.5.3274.3066
Replies: 8
Views: 13053

Hi Yeray,

Uploaded TrendLineCursor (2).zip file containing the source code and the bin with the TeeChart.dll.

Click on the thick line, you will see the line with outline and the line is thin.
Click again to remove outline and the line is still thin.

Thanks
Srinivas.
by Srinivas Avancha
Wed May 27, 2009 3:59 pm
Forum: .NET
Topic: Mouse Cursor on chart does not change to Arrow 3.5.3274.3066
Replies: 8
Views: 13053

Hi Yeray, Ver 3.5.3425.20245 did fix the above problem, but introduced another problem clicking on the line changes the width. Thanks Srinivas private void Form1_Load(object sender, EventArgs e) { Steema.TeeChart.TChart tChart1 = new Steema.TeeChart.TChart(); Steema.TeeChart.Tools.CursorTool cursorT...
by Srinivas Avancha
Wed May 27, 2009 3:02 pm
Forum: .NET
Topic: Mouse Cursor on chart does not change to Arrow 3.5.3274.3066
Replies: 8
Views: 13053

Hi Narcís, Uploaded zip file containing the source code and the bin with the TeeChart.dll. Removed the fastline that was not necessary and changed the code as below. (simplified) Thanks. private void Form1_Load(object sender, EventArgs e) { Steema.TeeChart.TChart tChart1 = new Steema.TeeChart.TChart...
by Srinivas Avancha
Tue May 26, 2009 5:11 pm
Forum: .NET
Topic: Mouse Cursor on chart does not change to Arrow 3.5.3274.3066
Replies: 8
Views: 13053

Mouse Cursor on chart does not change to Arrow 3.5.3274.3066

Hi There, When DragMarks are set to a Line series the mouse cursor does not change back to Arrow after moving the mouse away from any tool (Vertical Chart Cursor, Hand Cursor on the Drag Marks) Best Regards Srinivas Avancha. private void Form1_Load(object sender, EventArgs e) { Steema.TeeChart.TChar...
by Srinivas Avancha
Wed Jan 07, 2009 6:44 pm
Forum: .NET
Topic: Unable to change color on Line TeeChart, Version=3.5.3274.30
Replies: 2
Views: 5897

Thanks for the solution, it works.
by Srinivas Avancha
Tue Jan 06, 2009 3:32 pm
Forum: .NET
Topic: Errors during install and uninstall 3.5.3274.30664
Replies: 1
Views: 4758

Errors during install and uninstall 3.5.3274.30664

Hi, I get the following errors, I had to click close program to continue install/uninstall. ToolBoxEditor2008 has stopped working. TeeGofer Help 2 Registration utility has stopped working. I get this dialog the second time TeeGofer Help 2 Registration utility has stopped working. Best Regards Sriniv...
by Srinivas Avancha
Tue Jan 06, 2009 3:20 pm
Forum: .NET
Topic: Unable to change color on Line TeeChart, Version=3.5.3274.30
Replies: 2
Views: 5897

Unable to change color on Line TeeChart, Version=3.5.3274.30

Hi, Unable to change color on Steema.TeeChart.Styles.Line after it is initially set. Used below code to change the color private void line1_DblClick(object sender, MouseEventArgs e) { line1.Brush.Color = line1.Brush.Color == Color.Green ? Color.Blue : Color.Green; Text = string.Format("Line color se...
by Srinivas Avancha
Wed Dec 31, 2008 3:44 pm
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13751

Hi Sandra Pazos,

I am pretty sure I chose the PostScript driver for the 3600, and the rest of them are Postscript and have the problem.

Thanks
Srinivas
by Srinivas Avancha
Mon Dec 29, 2008 3:02 pm
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13751

Sandra Pazos,

The printers we tried are a HP Color Laser Jet 3600, a HP LaserJet 4250 and a Xerox Phaser 6130. We used the most recent PS drivers for all 3.

Best Regards
Srinivas Avancha.
by Srinivas Avancha
Tue Dec 23, 2008 6:25 pm
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13751

Hi Sandra Pazos,

Nope, it did not fix the problem. The drivers found on that site were very old anyways, even if they had worked our customers would have complained the same.

BTW : I did use the latest version of TeeChart you stated.

Best Regards
Srinivas.
by Srinivas Avancha
Fri Dec 19, 2008 9:59 pm
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13751

Printing with SeriesBandTool has a problem

Hi,

Printing a chart with seriesbandtool on a postscript printer prints the band color on the entire axis.

Best Regards
Srinivas.