Search found 172 matches: multiple axes

Searched query: multiple axes

by Sandra
Fri Apr 15, 2011 9:18 am
Forum: .NET
Topic: Multiple custom y-axes and zooming
Replies: 6
Views: 7272

Re: Multiple custom y-axes and zooming

Hello Christian, Seems the problem is that the rounding of axis labels. You can check this, adding milliseconds and changing label format as next lines of code: this.chartControl.HorizontalAxis.LabelFormat = "hh:mm:ss:fff"; Using it and doing zoom you will get next image: Example1.jpg If you calcula...
by CKBN
Wed Apr 13, 2011 11:19 pm
Forum: .NET
Topic: Multiple custom y-axes and zooming
Replies: 6
Views: 7272

Re: Multiple custom y-axes and zooming

... a custom x-axis, as this would enable us, at a later date, to introduce multiple x-axes without having to keep track on which was the bottom axis and which was the custom ones. ...
by Sandra
Wed Apr 13, 2011 2:19 pm
Forum: .NET
Topic: Multiple custom y-axes and zooming
Replies: 6
Views: 7272

Re: Multiple custom y-axes and zooming

Hello Christian, Another thing. Depending on how much the user zooms, the spreading of the x-axis grid becomes nonlinear somehow: I am gratetful if you could you explain because if you only have one x-axis, you need a x-custom axis? I think is more easy use default bottom axis and I recommend it. On...
by CKBN
Wed Apr 13, 2011 9:31 am
Forum: .NET
Topic: Multiple custom y-axes and zooming
Replies: 6
Views: 7272

Re: Multiple custom y-axes and zooming

Hi Sandra, Yep sure. As I saied, we used to use your Active X component. In order to change a minimum of our orginal software, we have made a wapper project. I’ll upload that. Please be aware that zooming for now only is done in the “Custom Zooming” region, ultimate by the private void CustomZoomInI...
by Sandra
Wed Apr 13, 2011 8:02 am
Forum: .NET
Topic: Multiple custom y-axes and zooming
Replies: 6
Views: 7272

Re: Multiple custom y-axes and zooming

Hello Christian,

Could you try arrange a simple project a simple example project we can run as-is to reproduce exactly the problem here?


Thanks,
by CKBN
Tue Apr 12, 2011 12:57 pm
Forum: .NET
Topic: Multiple custom y-axes and zooming
Replies: 6
Views: 7272

Multiple custom y-axes and zooming

... to the .Net version, a couple of issues have arisen. As we often use multiple y-axes, we only use custom y-axes to be able to treat all in the same manner. Also we at all ...
by Tenaris
Wed Feb 23, 2011 7:29 am
Forum: .NET
Topic: Multiple Axes
Replies: 2
Views: 3151

Re: Multiple Axes

The example helped me.

Thank you.
by Sandra
Mon Feb 21, 2011 12:06 pm
Forum: .NET
Topic: Multiple Axes
Replies: 2
Views: 3151

Re: Multiple Axes

Hello Ternaris,

I suggest that take a look to examples of Demo project of TeeChart.Net, concretely you can find example in All Features\Welcome !\Axes\Scrolling multiple axes where do same as image you attached.

I hope will help.

Thanks,
by Tenaris
Sat Feb 19, 2011 6:13 am
Forum: .NET
Topic: Multiple Axes
Replies: 2
Views: 3151

Multiple Axes

Hi, I want to have multiple axes in my chart. Like your financial images:

Image
Image

How can I do it?

Thank you in advance.
by Snarkle
Wed Nov 03, 2010 3:58 am
Forum: .NET
Topic: CHart axis area Clipping
Replies: 16
Views: 15160

CHart axis area Clipping

Greetings, I have a chart with multiple axes and in the top axis I have stock data and many trend lines drawn ... when I zoom in to my stock data ...
by Snarkle
Tue Sep 28, 2010 5:39 am
Forum: .NET
Topic: Multiple Legends
Replies: 1
Views: 2649

Multiple Legends

Greetings, I have a chart that has multiple custom vertical axes ... but I cannot figure out how to create a seperate legend for each of the vertical axis. Below ...
by Narcís
Wed Sep 08, 2010 12:18 pm
Forum: .NET
Topic: Multiple Horizontal Axis Label
Replies: 1
Views: 2457

Re: Multiple Horizontal Axis Label

Hi iEnergy,

You could use 2 default horizontal axes (bottom and top) and place top axis to "otherside" and still move it's position to desired location and also set desired increment for each axis. I recommend you to have a look at tutorial 4 for axis settings information.

Hope this helps!
by asupriya
Thu May 13, 2010 6:11 am
Forum: .NET
Topic: Display a portion of Fastline series
Replies: 5
Views: 6978

Re: Display a portion of Fastline series

... advanced ... How i can modify this code sample so that it works with multiple custom Y-axes that are vertically stacked as shown in the image below. I need to only show the series ...
by Sandra
Tue May 11, 2010 9:11 am
Forum: .NET
Topic: Multiple Grids as a single entity.
Replies: 1
Views: 3190

Re: Multiple Grids as a single entity.

Hello tirby,

I recommend that use custom axes. You could find examples in TeeChart .Net concretely in All Features\Welcome!\Axes and see Opaque zones example.

I hope will helps.

Thanks,
by Sandra
Thu Apr 15, 2010 12:47 pm
Forum: .NET
Topic: CursorTool in vertically stacked multiple custom Y-axis
Replies: 1
Views: 3797

Re: CursorTool in vertically stacked multiple custom Y-axis

Hello asupriya, I think your problem appears, because you need to add for each custom axes a cursortool. Please see next simple code that do what I said previously and check works as you want. Private fastline1, fastline2, fastline3, fastline4 As Steema.TeeChart.Styles.FastLine ...