Search found 42 matches

by vijay
Wed Dec 21, 2011 11:34 am
Forum: .NET
Topic: How to add auxiliary lines between vertical linesin teechart
Replies: 1
Views: 3622

How to add auxiliary lines between vertical linesin teechart

HI, How can I add auxiliary lines in tee chart in between all major vertical lines? We have to separate the display area of trend into 8 vertical and 5 horizontal lines and also need to display 2 auxiliary lines in between each vertical line. How do I exactly split the x axis into 8 time spans? For ...
by vijay
Fri Jan 28, 2011 3:35 pm
Forum: .NET
Topic: X axis minimum time and maximum not proper when using Bar gr
Replies: 1
Views: 3160

X axis minimum time and maximum not proper when using Bar gr

Hi , I am using WPF version of TChart I need to show values in every hour as a bar graph. And X axis should display the leftmost time as 00:00 and rightmost time as 23:00 I have set it as as follows and it works for other type grapgs like Area or Line but it not happening for bar graph. It is an urg...
by vijay
Thu Oct 22, 2009 1:43 pm
Forum: .NET
Topic: Performance issue in Real time drawing
Replies: 3
Views: 5198

Re: Performance issue in Real time drawing

Hi Yeray, Thanks for your response. But I tried those thinks in the test application, but neither helps me. I cannot use Down sampling or DrawAllPoints option set to false. I have a scenario, where I have to show 1000 points of 100 series and the values changing in each second, in that case CPU util...
by vijay
Thu Oct 22, 2009 5:41 am
Forum: .NET
Topic: Performance issue in Real time drawing
Replies: 3
Views: 5198

Performance issue in Real time drawing

Hello, I am facing performance issue in real time drawing using TChart WPF version 3.5.3371.26405. I am plotting real time data against time using FastLine Series. Initial points are 1000, after that adding one point in each second and removing first point from the series so that chart always shows ...
by vijay
Wed Jun 24, 2009 2:42 pm
Forum: .NET
Topic: Does the fastcursor issue of CursorTool is solved?
Replies: 1
Views: 3449

Does the fastcursor issue of CursorTool is solved?

Hi,
I want to know whether the fast cursor issue of CursorTool (teechart.wpf.dll) is solved or not?


Thanks
Vijay.
by vijay
Wed Apr 29, 2009 8:34 am
Forum: .NET
Topic: Licensing issue
Replies: 1
Views: 3503

Licensing issue

Hello Support, I am using the teechart dlls in my application. To run the tchat in the new machine which doesn't installed teechart software requires a licx file with key to run properly. It is working fine only when the licx file is build with main applications exe project. In my project i don't wa...
by vijay
Thu Jan 29, 2009 5:07 am
Forum: .NET
Topic: Customizing TeeChart Background.
Replies: 2
Views: 3965

Thank you :)
by vijay
Wed Jan 28, 2009 4:27 am
Forum: .NET
Topic: Customizing TeeChart Background.
Replies: 2
Views: 3965

Customizing TeeChart Background.

Hi,
Is it possible to customize the background color of teechart (not the available TChart theme support).I am using teechart for wpf.

Thanks,
Vijay.
by vijay
Thu Jan 08, 2009 6:58 am
Forum: .NET
Topic: Fast Line series TreatNull not showing the expected result.
Replies: 5
Views: 6150

I applied a downsampling function by setting DrawAllpoints = true; There also the same issue is happening.Will you please check it ?

Thanks,
Vijay.
by vijay
Wed Jan 07, 2009 9:45 am
Forum: .NET
Topic: Fast Line series TreatNull not showing the expected result.
Replies: 5
Views: 6150

I have uploaded a sample application. 1."this.fastLineSeries.TreatNulls = TreatNullsStyle.DoNotPaint;" Did u see the vertical lines to '0'., i didn't undesrtand why it draws a line to 0 in continuous intervals. 2.I could see one more problem, The complete geometry of the series is changing in additi...
by vijay
Mon Jan 05, 2009 12:33 pm
Forum: .NET
Topic: Runtime licensing issue
Replies: 15
Views: 16145

Marc wrote:Hello,

If your control exposes access in any way to Chart settings please let us know in your email and we'll offer alternative options.
Does this means exposing teechart classes?

Thanks @ Regards
Vijaylal.S.V
by vijay
Mon Dec 29, 2008 5:00 am
Forum: .NET
Topic: Fast Line series TreatNull not showing the expected result.
Replies: 5
Views: 6150

Fast Line series TreatNull not showing the expected result.

I have a fast line series. When i set
series.TreatNulls = TreatNullsStyle.DoNotPaint;
at some nullpoints it is drawing a line to the '0' value.
That is, at some null values the fast line series is treating null values like TreatNullsStyle.Ignore;

Thanks,
Vijay
by vijay
Mon Dec 29, 2008 3:47 am
Forum: .NET
Topic: Runtime licensing issue
Replies: 15
Views: 16145

For next maintenance release, due to be out in 2 weeks, we expect the plug in license version being also included with "standard" version. This will also affect TeeChart.WPF.dll. As you said, Could please tell what kind of support that is currently implemented for teechart.wpf.dll.How do i make use...
by vijay
Tue Dec 23, 2008 8:37 am
Forum: .NET
Topic: Runtime licensing issue
Replies: 15
Views: 16145

The teechart constructor is throwing a license exception when we tried to place the user control in Visual studio designer. This I have tried in a machine without Steema License
by vijay
Mon Dec 22, 2008 11:05 am
Forum: .NET
Topic: Runtime licensing issue
Replies: 15
Views: 16145

Hi Narcis,
I actually used the TeeChart.WPF.TChart class to create the WPF UserContorl. [Sorry to confuse you]
But I am facing issues when I try to load it in visual studio designer