Hi sandra,
Thanks for the help.
Regards,
Biji.
Search found 35 matches
- Mon Aug 01, 2016 1:44 pm
- Forum: .NET
- Topic: How to display annotation text vertically.
- Replies: 6
- Views: 13582
- Fri Jul 29, 2016 2:32 pm
- Forum: .NET
- Topic: How to display annotation text vertically.
- Replies: 6
- Views: 13582
Re: How to display annotation text vertically.
Hi Christopher, Thanks for the reply, I have tried as you suggested but there is an issue. The same text is repeating all the time. always latest text is replacing the old ones. for ex. point1 = "this text", point2= "next text" but when i enter second text the first text also changing with second. I...
- Thu Jul 28, 2016 12:17 pm
- Forum: .NET
- Topic: How to display annotation text vertically.
- Replies: 6
- Views: 13582
Re: How to display annotation text vertically.
Hi, Is there anyway that we can rotate annotation? because it seems easy to place several texts on a mouse click point. I am trying to add several texts on the chart. I would like to add text wherever i click mouse left. With AfterDraw event i was able to create rectangle with text immediately after...
- Wed Jul 27, 2016 2:07 pm
- Forum: .NET
- Topic: How to display annotation text vertically.
- Replies: 6
- Views: 13582
How to display annotation text vertically.
Hi, I am trying to add some text description on the chart after drawing. I don't know which is the best method? I have tried with annotations. It was working but the text should place vertically not horizontally. I want to display the text from the point i clicked to either top or bottom direction. ...
- Tue Mar 15, 2016 9:39 am
- Forum: .NET
- Topic: How to get series y-axis value of user's Mouse Click.
- Replies: 1
- Views: 5889
How to get series y-axis value of user's Mouse Click.
Hi all, I am trying to get y-axis values of several series when user mouse left click on chart. I am using TeeChart on my windows form application(c#) I have tried like this private void mainTChart_MouseDown(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { mainTChart.Axes.Bott...
- Mon Nov 23, 2015 6:13 pm
- Forum: .NET
- Topic: Not able to change axis scale as well as time.
- Replies: 5
- Views: 10835
Re: Not able to change axis scale as well as time.
Hi Cristopher, I have sent my project with zip file(TruboPVT2)uploaded into mypage or steema server.. If you run the program then you can see chart and series what i am doing. Code for updating chart will be located in "Log.cs" file. "Updatechart" function is called in a timer to update chart. I was...
- Fri Nov 20, 2015 4:06 pm
- Forum: .NET
- Topic: Not able to change axis scale as well as time.
- Replies: 5
- Views: 10835
Re: Not able to change axis scale as well as time.
Hi Christopher, Thanks for your reply, After a day strugle with it i was able to change scale values of vertical custoum axis. But still i have issue in setting Time values as x-axis(bottom). is it possible to explain me how can i do basically? if not i can send my entire project even though it is c...
- Thu Nov 19, 2015 10:00 am
- Forum: .NET
- Topic: Not able to change axis scale as well as time.
- Replies: 5
- Views: 10835
Not able to change axis scale as well as time.
Hi all, I am trying to update chart with live data, I have drwan four series, each series have its own custum vertical axis. I have to assign time values as x-axis(bottom) for all series. I was able to draw all series. I have two issues. 1) I was not able to change custum vertical axis scale values(...
- Fri Feb 14, 2014 9:03 am
- Forum: .NET
- Topic: How to clear axis in chart.
- Replies: 2
- Views: 5993
Re: How to clear axis in chart.
Hi,
Thanks for your advice , its working.
Regards,
biji.
Thanks for your advice , its working.
Regards,
biji.
- Tue Feb 11, 2014 12:50 pm
- Forum: .NET
- Topic: How to clear axis in chart.
- Replies: 2
- Views: 5993
How to clear axis in chart.
Hi all, I have small problem with clearing chart. I am drawing multiple custom vertical axis on left side programatically. I will draw multiple axis based on sensor connection to hardware. For example: At first time i have connected 8 sensors and i am creating 8 vertical left axis programatically. i...
- Wed Dec 04, 2013 10:00 am
- Forum: .NET
- Topic: How to display some text in Tee chart.
- Replies: 6
- Views: 14094
Re: How to display some text in Tee chart.
Hi Christopher,
yes, your guess was correct. I was creating two annotation tools, but i thought when you refresh chart it will disappear. Now i have used your logic, it works well.
Thanks allot.
biji.
yes, your guess was correct. I was creating two annotation tools, but i thought when you refresh chart it will disappear. Now i have used your logic, it works well.
Thanks allot.
biji.
- Tue Dec 03, 2013 12:09 pm
- Forum: .NET
- Topic: How to display some text in Tee chart.
- Replies: 6
- Views: 14094
Re: How to display some text in Tee chart.
Hi Sandra, The above code working well to display some text on teechart. I have a small problem here, how to refresh the text because I have written one text first and when i load another chart data then it has to replace the old text with new text but what happening with the above code is it it was...
- Fri Nov 29, 2013 8:48 am
- Forum: .NET
- Topic: How to display some text in Tee chart.
- Replies: 6
- Views: 14094
Re: How to display some text in Tee chart.
Hi sandra,
Thanks for your help. it works well.
regards,
biji
Thanks for your help. it works well.
regards,
biji
- Thu Nov 28, 2013 12:25 pm
- Forum: .NET
- Topic: How to display some text in Tee chart.
- Replies: 6
- Views: 14094
How to display some text in Tee chart.
Hi,
I would like to display some text on left top corner in tee chart. Can anyone help me how to do this. As shown in the image below.
Thanks.
I would like to display some text on left top corner in tee chart. Can anyone help me how to do this. As shown in the image below.
Thanks.
- Wed Nov 20, 2013 1:25 pm
- Forum: .NET
- Topic: How to change legend name and one grid for all axis.
- Replies: 4
- Views: 8846
Re: How to change legend name and one grid for all axis.
Hi sandra, it works for changing legend name, thanks alot. but i tried to keep one common grid for all axis. but i didn't succeed. for example i have 8 left vertical Y-axis and one common x-axis. Even If i use this code as you provided in previous reply private void InitializeChart() { tChart1.Aspec...