Search found 21 matches
- Tue Jun 10, 2014 5:36 am
- Forum: .NET
- Topic: Issue with LinePen.Style
- Replies: 3
- Views: 7266
Re: Issue with LinePen.Style
Please add these many points and reduce the width, as shown in the picture private void InitializeChart() { tChart1.Aspect.View3D = false; Line line = new Line(tChart1.Chart); line.Add(0, 50); line.Add(0, 50); line.Add(1, 50); line.Add(2, 50); line.Add(3, 50); line.Add(4, 50); line.Add(5, 50); line....
- Mon Jun 09, 2014 8:19 am
- Forum: .NET
- Topic: Issue with LinePen.Style
- Replies: 3
- Views: 7266
Issue with LinePen.Style
For LinePen.Style=Dotted,
If bottom axis with is more the dotted line show properly,
if the bottom axis width is less the dotted line is not shown properly , it shown as solid line,
I have attached the Screenshot , please provide the solution to solve the issue
If bottom axis with is more the dotted line show properly,
if the bottom axis width is less the dotted line is not shown properly , it shown as solid line,
I have attached the Screenshot , please provide the solution to solve the issue
- Thu Dec 05, 2013 8:22 am
- Forum: .NET
- Topic: How to Show Strairs SeriesBandTool
- Replies: 1
- Views: 5526
How to Show Strairs SeriesBandTool
Hi,
How to display stairs in series band tool,If I apply stairs to lines, only lines are displaying stairs but not seriesBandTool, I have attached image with this, please do the needful
How to display stairs in series band tool,If I apply stairs to lines, only lines are displaying stairs but not seriesBandTool, I have attached image with this, please do the needful
- Thu May 30, 2013 12:00 pm
- Forum: .NET
- Topic: csv file data on teechart wpf 4.1.2012.1312 version
- Replies: 4
- Views: 7940
Re: csv file data on teechart wpf 4.1.2012.1312 version
Thank you Sandra.
- Wed May 29, 2013 1:28 pm
- Forum: .NET
- Topic: Teechart wpf left axis and bottom axis
- Replies: 1
- Views: 4492
Teechart wpf left axis and bottom axis
Hi sandra, I need to show multiple fastline series on teechart from csv file. For which I need to customize the teechart left axis and bottom axis values ie. The axis values should be constant and they should not be any change in the increment on their label values as series differ in their data sou...
- Tue May 28, 2013 11:56 am
- Forum: .NET
- Topic: csv file data on teechart wpf 4.1.2012.1312 version
- Replies: 4
- Views: 7940
Re: csv file data on teechart wpf 4.1.2012.1312 version
Thank you Sandra.
how can we show multiple series on teechart at a time from different csv files.
Also please let me know how can I customize the values on x axis and y axis.
how can we show multiple series on teechart at a time from different csv files.
Also please let me know how can I customize the values on x axis and y axis.
- Tue May 28, 2013 6:49 am
- Forum: .NET
- Topic: Teechart wpf Cursor tool template
- Replies: 2
- Views: 4973
Re: Teechart wpf Cursor tool template
Thank you sandra.
- Mon May 27, 2013 11:19 am
- Forum: .NET
- Topic: csv file data on teechart wpf 4.1.2012.1312 version
- Replies: 4
- Views: 7940
csv file data on teechart wpf 4.1.2012.1312 version
Hi, I am using teechart wpf 4.1.2012.1312 version. I need to bind the csv file data into teechart where csv file can contain time(on teechart x axis) and pressure(on teechart y axis) values. I have problem in binding csv file data. Please help me to show csv file data on teechart. Thanks in advance.
- Mon May 27, 2013 11:10 am
- Forum: .NET
- Topic: Teechart wpf Cursor tool template
- Replies: 2
- Views: 4973
Teechart wpf Cursor tool template
Hi, I need to customize the cursortool display by changing its template. Instead of having a straight line vertically/horizontally, I would like to have a triangle on the straight line of cursortool . Please let me know whether I can customize cursortool template or not. Thank you so much in advance.
- Fri May 10, 2013 5:43 pm
- Forum: .NET
- Topic: Customizing cursor tool look and feel
- Replies: 7
- Views: 11780
Re: Customizing cursor tool look and feel
Hi Sandra, Thank you for the code.It really helped my requirement. I have one more concern here. Scenario 1: The cursor and the cursor's traingle should move only when i move the cursor manually which is working fine. The cursor's traingle should get visible on loading the teechart itself. Right now...
- Wed May 08, 2013 1:49 pm
- Forum: .NET
- Topic: Customizing cursor tool look and feel
- Replies: 7
- Views: 11780
Re: Customizing cursor tool look and feel
Hi Sandra, Thank you so much for the help.It works fine. I have used some part of the code in my application, the triangle is moving with my cursor perfectly but I am unable to set triangle position exactly on cursor's top. And the triangle size is varying(height) when I change window size to minimi...
- Tue May 07, 2013 5:29 am
- Forum: .NET
- Topic: Customizing cursor tool look and feel
- Replies: 7
- Views: 11780
Re: Customizing cursor tool look and feel
Hi Sandra,
Thank you.
Thank you.
- Mon May 06, 2013 6:38 am
- Forum: .NET
- Topic: Customizing cursor tool look and feel
- Replies: 7
- Views: 11780
Customizing cursor tool look and feel
Hi,
How can I draw/put triangle on Teechart CursorTool which need to have a look like image below.
[img] [/img]
This triangle should behave as a gripper when we click and drag to help moving the cursor dynamically.
Please help me to achieve this.
Thanks
How can I draw/put triangle on Teechart CursorTool which need to have a look like image below.
[img] [/img]
This triangle should behave as a gripper when we click and drag to help moving the cursor dynamically.
Please help me to achieve this.
Thanks
- Mon May 06, 2013 6:11 am
- Forum: .NET
- Topic: How to set scrollbar min,max to teechart bottom axis min max
- Replies: 1
- Views: 5238
How to set scrollbar min,max to teechart bottom axis min max
Hi, I am binding a collection of data from csv file to teechart. I am showing a scrollbar for teechart data, when it scrolls the data in teechart will get moved. But I am not able to set correct teechart bottom axis min max values to scrollbar minimum and maximum values. Also what value can I set th...
- Sat May 04, 2013 9:55 am
- Forum: .NET
- Topic: How to add/show scrollviewer for teechart
- Replies: 4
- Views: 8331
Re: How to add/show scrollviewer for teechart
Hi Sandra,
I will try the code and let you know.
Thank You.
I will try the code and let you know.
Thank You.