Search found 173 matches: multiple axes

Searched query: multiple axes

by Oliver@Siemens
Mon Oct 29, 2012 10:50 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22578

Re: TChart has severe problems with constant series/lines

... 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 related ...
by Christopher
Wed Oct 24, 2012 8:32 am
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22578

Re: TChart has severe problems with constant series/lines

... that is not comprehensible. 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 related ...
by Yeray
Mon Oct 22, 2012 11:29 am
Forum: .NET
Topic: Multiple Vertical Axes
Replies: 1
Views: 4594

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 custom ...
by tirby
Sat Oct 20, 2012 4:11 pm
Forum: .NET
Topic: Multiple Vertical Axes
Replies: 1
Views: 4594

Multiple Vertical Axes

... in the Graphing model shown below. I can't figure out how to create multiple Y-Axes like the right-most scale labeled Rate(bpm) . They need to be created dynamically because ...
by porterbe
Tue Jun 19, 2012 12:32 pm
Forum: .NET
Topic: Cursor with multiple Y axis chart
Replies: 6
Views: 7319

Re: Cursor with multiple Y axis chart

... 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. That ...
by porterbe
Thu Jun 14, 2012 3:53 pm
Forum: .NET
Topic: Cursor with multiple Y axis chart
Replies: 6
Views: 7319

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 ... I don't seem to be able to get the cursor to display accross all the axes, only the one associated with the series I specify. A simple example ...
by gcs
Wed May 16, 2012 12:39 pm
Forum: .NET
Topic: Direct2D ClipRectangle Problem
Replies: 3
Views: 5743

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 Narcís
Mon Mar 26, 2012 10:50 am
Forum: .NET
Topic: Memory Usage keep increasing when auto scrolling chart
Replies: 35
Views: 32884

Re: Memory Usage keep increasing when auto scrolling chart

... { double tmp, tmpMin, tmpMax; if (series.Count > maxPoints) { tChart1.Axes.Bottom.Automatic = false; tChart1.Axes.Left.Automatic = false; // Delete multiple points with a single call. // Much faster than deleting points using a loop. series.Delete(0, ...
by buchi
Wed Jan 25, 2012 8:57 am
Forum: .NET
Topic: Relative time axis + exotic calendar = divorce?
Replies: 11
Views: 9951

Relative time axis + exotic calendar = divorce?

Hello Quite frequently we are using relative time axes in our software. As the time range can stretch over multiple days we are using the AxisDrawLabel event to reformat the labels in order to be able to ...
by crb
Mon Jan 16, 2012 7:00 am
Forum: .NET
Topic: Performance issue in Tee Chart while plotting 80 channels
Replies: 1
Views: 3248

Performance issue in Tee Chart while plotting 80 channels

... 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 ... plotting? Performance Optimization done by us: • Grid lines/labels/axes were removed • Data to the fastline was given using the doubles array. ...
by Sandra
Thu Dec 22, 2011 9:23 am
Forum: .NET
Topic: How to add auxiliary lines between vertical linesin teechart
Replies: 1
Views: 3466

Re: How to add auxiliary lines between vertical linesin teechart

... Chart Tools\Axis Break Tool. Also, other option to you is, use custom axes and you can find examples in All Features\Welcome !\Axes\Scrolling multiple axes, All Features\Welcome !\Axes\Opaque zones and All Features\Welcome !\Axes\Permanent ...
by Sandra
Thu Nov 24, 2011 1:02 pm
Forum: .NET
Topic: Fixed grid lines
Replies: 3
Views: 5716

Re: Fixed grid lines

... demo project, concretely in the examples All features\Welcome !\Axes\ Opaque Zones or Scrolling multiple axes If you have any questions or problems about item, please let me know. I hope ...
by Sandra
Tue Aug 02, 2011 2:22 pm
Forum: .NET
Topic: Multiple DateTime Series
Replies: 3
Views: 3815

Re: Multiple DateTime Series

Hello cjherasmus,

I think that a good solution for you, would be using Custom labels. You can take a look in Demo project, to find some examples. Concretely I recommend take a look in: Welcome !\Axes\Labels.


Thanks,
by Sandra
Fri Jul 22, 2011 9:45 am
Forum: .NET
Topic: Zoom / Scroll on multiple graphs
Replies: 1
Views: 4301

Re: Zoom / Scroll on multiple graphs

... tChart1.UndoneZoom += new EventHandler(tChart1_UndoneZoom); } void tChart1_UndoneZoom(object sender, EventArgs e) { UpdateAxes(); } void tChart1_Scroll(object sender, EventArgs e) { UpdateAxes(); } void tChart1_Zoomed(object sender, EventArgs e) { UpdateAxes(); } private ...
by VarUser
Wed Jun 22, 2011 9:32 am
Forum: .NET
Topic: Series getting overlapped with another series on chart
Replies: 1
Views: 3518

Series getting overlapped with another series on chart

Hi We are displaying multiple series on chart and the series have custom axis. PFA herewith the snapshot of ... = true; tChart.ClipToBounds = true; tChart.Aspect.ClipPoints = true; //tChart.Axes.Left.Grid.Visible = false; //tChart.Axes.Bottom.Grid.Visible = false; //tChart.Axes.Bottom.MaximumOffset ...