Search found 167 matches: multiple custom

Searched query: multiple custom

by Sandra
Mon Aug 12, 2013 3:12 pm
Forum: .NET
Topic: Top Custom Axis Elements are outside chart area
Replies: 4
Views: 6752

Re: Top Custom Axis Elements are outside chart area

Hello MartinB, I am afraid if you want use multiple custom axis for one series, you can not do it, because you only can assign for each axis one Series, ...
by Sandra
Mon Jul 29, 2013 3:49 pm
Forum: .NET
Topic: Clustered MarkTips - New feature Request
Replies: 1
Views: 3158

Re: Clustered MarkTips - New feature Request

... of the points (Points series) on the chart. Currently when there are multiple overlapping points on the chart, it will be difficult for the user ... this issue with the current release. You can try to use marks property custom position as do in next thread to avoid overlapping of marks. So I'm ...
by Sandra
Wed May 29, 2013 12:04 pm
Forum: .NET
Topic: csv file data on teechart wpf 4.1.2012.1312 version
Replies: 4
Views: 7595

Re: csv file data on teechart wpf 4.1.2012.1312 version

Hello gilbert, If you want use multiple series and import its values from different .csv files I recommend you use ... you can make the test with my code. Test1.zip Also please let me know how can I customize the values on x axis and y axis. If you want use custom values to axis x ...
by diegoa
Mon Apr 08, 2013 1:25 pm
Forum: .NET
Topic: Custom Horizontal Axis zooming
Replies: 1
Views: 3488

Custom Horizontal Axis zooming

I have multiple pens on the same custom horizontal axis. when I zoom via mouse or via buttons I have created (Zoom In 110%, Zoom Out 90%, Zoom Home) ...
by Sandra
Tue Nov 20, 2012 1:22 pm
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

... Like I mentioned in my last post I don't think that it is related to custom axis. To proof it I have applied the scrolling/panning code from the Feature Demo "Welcome !\Axes\Scrolling multiple axes" and provided another video as well as the modified sources: http://img201.imageshack.us/flvplayer.s ...
by Oliver@Siemens
Mon Nov 19, 2012 2:11 pm
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

... Like I mentioned in my last post I don't think that it is related to custom axis. To proof it I have applied the scrolling/panning code from the Feature Demo "Welcome !\Axes\Scrolling multiple axes" and provided another video as well as the modified sources: http://img201.imageshack.us/flvplayer.swf?f=Peljwrzynsynttphlicqosd ...
by Oliver@Siemens
Tue Nov 13, 2012 10:02 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

... will not change with this hotfix? I think you may already know that Custom axes do not zoom and scroll automatically and that code has to be ... of TeeChart in the "All Features" tab under "Welcome !\Axes\Scrolling multiple axes". Or do you see the issues with Custom axes as being related ...
by Oliver@Siemens
Mon Oct 29, 2012 10:50 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

... ) and to answer your next question. These issues seems to be related to custom axes. If you comment out all references to constantLineAxis and referenceAxis ... of TeeChart in the "All Features" tab under "Welcome !\Axes\Scrolling multiple axes". Or do you see the issues with Custom axes as being ...
by Christopher
Wed Oct 24, 2012 8:32 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22595

Re: TChart has severe problems with constant series/lines

... the other two lines when panning? That is clearly a mistake. For our customers that is not comprehensible. These issues seems to be related to ... of TeeChart in the "All Features" tab under "Welcome !\Axes\Scrolling multiple axes". Or do you see the issues with Custom axes as being related ...
by Neelam
Mon Oct 22, 2012 11:45 am
Forum: .NET
Topic: Show custom value in tool tip on each bar series
Replies: 1
Views: 4777

Show custom value in tool tip on each bar series

Hi How to add/Show custom value in tool tip on each bar series. I am creating a series having multiple datapoints and want to show tooltip on each datapoint series with some custom value(i.g except..Xvalue/Yvalue/Marks'svalue/Label'sValue ...
by Yeray
Mon Oct 22, 2012 11:29 am
Forum: .NET
Topic: Multiple Vertical Axes
Replies: 1
Views: 4595

Re: Multiple Vertical Axes

Hi, I'd suggest you to take a look at the "Multiple Custom Axes" section in the "Tutorial 4 - Axis Control". You can also find here a simple example using ...
by porterbe
Tue Jun 19, 2012 12:32 pm
Forum: .NET
Topic: Cursor with multiple Y axis chart
Replies: 6
Views: 7320

Re: Cursor with multiple Y axis chart

... to the relevant collections in the chart at run time, dependant on the user selection. If I assign the cursor to the standard left Axis, but use custom axes for all the series, then I can get the cursor to span the entire screen and the interpolation to give me the Y values for each of the series. ...
by porterbe
Thu Jun 14, 2012 3:53 pm
Forum: .NET
Topic: Cursor with multiple Y axis chart
Replies: 6
Views: 7320

Cursor with multiple Y axis chart

... if you experts can help here... I have a TChart, on which I have multiple series, set to be on seperate Y axis. I want to be able to set up ... = 65; A3.StartPosition = 70; A3.EndPosition = 100; tChart1.Axes.Custom.Add(A1); tChart1.Axes.Custom.Add(A2); tChart1.Axes.Custom.Add(A3); ...
by gcs
Wed May 16, 2012 12:39 pm
Forum: .NET
Topic: Direct2D ClipRectangle Problem
Replies: 3
Views: 5745

Direct2D ClipRectangle Problem

Dear Sir/Madam, I use multi custom axes to draw Fastlines and user can zoom them vertically or horizantally. As you know when using multiple axes and doing zoom or scroll, series points can display outside the axes "zones" or limits. ...
by crb
Mon Jan 16, 2012 7:00 am
Forum: .NET
Topic: Performance issue in Tee Chart while plotting 80 channels
Replies: 1
Views: 3250

Performance issue in Tee Chart while plotting 80 channels

With the help of Graphics3D drawing we are able to draw the custom objects over the chart. Now we are facing performance related issues. ... be plotted. According to the no of fastline graphs selected no of Y axis (Multiple axis) is added to the chart and range is defined per Y axis according ...