Hi Yeray,
Thanks for the explanation.
Search found 41 matches
- Wed Jun 17, 2009 2:50 pm
- Forum: .NET
- Topic: Dragging a color line has trailing line.
- Replies: 4
- Views: 10780
- Wed Jun 17, 2009 12:32 pm
- Forum: .NET
- Topic: Dragging a color line has trailing line.
- Replies: 4
- Views: 10780
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.
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.
- Tue Jun 16, 2009 8:58 pm
- Forum: .NET
- Topic: Dragging a color line has trailing line.
- Replies: 4
- Views: 10780
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(); ...
- 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: 16371
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 ...
- 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: 16371
- 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: 16371
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...
- 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: 16371
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...
- 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: 16371
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...
- 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: 7125
- Tue Jan 06, 2009 3:32 pm
- Forum: .NET
- Topic: Errors during install and uninstall 3.5.3274.30664
- Replies: 1
- Views: 5732
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...
- 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: 7125
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...
- Wed Dec 31, 2008 3:44 pm
- Forum: .NET
- Topic: Printing with SeriesBandTool has a problem
- Replies: 7
- Views: 17191
- Mon Dec 29, 2008 3:02 pm
- Forum: .NET
- Topic: Printing with SeriesBandTool has a problem
- Replies: 7
- Views: 17191
- Tue Dec 23, 2008 6:25 pm
- Forum: .NET
- Topic: Printing with SeriesBandTool has a problem
- Replies: 7
- Views: 17191
- Fri Dec 19, 2008 9:59 pm
- Forum: .NET
- Topic: Printing with SeriesBandTool has a problem
- Replies: 7
- Views: 17191
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.
Printing a chart with seriesbandtool on a postscript printer prints the band color on the entire axis.
Best Regards
Srinivas.