Search found 173 matches: multiple axes

Searched query: multiple axes

by Petr
Wed Jun 25, 2014 9:43 am
Forum: .NET
Topic: Zoom specified axis from custom axis list by mouse wheel
Replies: 1
Views: 4514

Zoom specified axis from custom axis list by mouse wheel

Hi, i have multiple vertical custom axes, and i want to have ability to zoom one axis( plot ) via mouse wheel by setting mouse pointer to this axis ...
by Petr
Thu Mar 27, 2014 2:23 pm
Forum: .NET
Topic: axis labels and title overlaping for many vertical axes
Replies: 13
Views: 21905

axis labels and title overlaping for many vertical axes

Hi, i use multiple custom vertical axis, and place it on some distance from each other on the left ... to false, as someone rocended on this forum, but after that have to move all other axes to the proper place. Bellow you can see a part of a code. public double Min { get { ...
by Christopher
Wed Jan 22, 2014 4:04 pm
Forum: .NET
Topic: Problem with error series(LR style) having multiple points
Replies: 7
Views: 13121

Re: Problem with error series(LR style) having multiple points

... is a Windows Form containing a simple example for testing the Error series. I have added the data you mentioned to it and have adjusted the bottom axes minimum and maximum, as you can see. Is this a satisfactory solution to your problem?
by Sandra
Mon Nov 25, 2013 10:45 am
Forum: .NET
Topic: Autoscaling problem with multiple series
Replies: 2
Views: 4379

Re: Autoscaling problem with multiple series

... tChart1[i + 1].YValues.Maximum)) { Max = Math.Max(tChart1[i].YValues.Maximum, tChart1[i + 1].YValues.Maximum); } } tChart1.Axes.Left.SetMinMax(Min, Max); } I hope will helps. Thanks,
by Sandra
Wed Oct 30, 2013 3:13 pm
Forum: .NET
Topic: General grid for multiple custom axes
Replies: 2
Views: 4788

Re: General grid for multiple custom axes

Hello Petr, Well, i've realized that that is bad idea, and changed my mind, now i'd like to drow horizontal grid lines myself directly on the chart, and setting grid.visible to false for each custom axis. so, how can i draw line set directly on the chart? where can i find method like DrawLine(point1...
by Petr
Wed Oct 30, 2013 1:34 pm
Forum: .NET
Topic: General grid for multiple custom axes
Replies: 2
Views: 4788

Re: General grid for multiple custom axes

Well, i've realized that that is bad idea, and changed my mind, now i'd like to drow horizontal grid lines myself directly on the chart, and setting grid.visible to false for each custom axis. so, how can i draw line set directly on the chart? where can i find method like DrawLine(point1, point2)? O...
by Petr
Wed Oct 30, 2013 10:21 am
Forum: .NET
Topic: General grid for multiple custom axes
Replies: 2
Views: 4788

General grid for multiple custom axes

... a chart, and each of this plots must be drawn on specified axis. I use multiple custom vertical axes, everything's fine. Axis min, max, increment and minortickcount can be varied at runtime. ...
by Jeremy Johnson
Tue Sep 17, 2013 7:14 pm
Forum: .NET
Topic: ColorLine bug
Replies: 3
Views: 6508

ColorLine bug

ColorLineBug.png My WPF TeeChart has multiple ColorLines attached to the Bottom axis. Unfortunately, the lines that have ... code similar to the following: var line= new ColorLine( chart) { Axis = chart.Axes.Bottom, Pen = { Style = DashStyles.Solid, Color = Colors.Red, Width = 1 }, Value ...
by OMP
Wed Aug 14, 2013 10:41 am
Forum: .NET
Topic: Axis title gets trimmed
Replies: 1
Views: 4055

Axis title gets trimmed

hi, If I add a title to my left axis, where the title contains of multiple rows, the rows get cut off. Here is my code: tChart1.Axes.Left.Title.Text = "first row \n second row \n third row \n forth row \n fifth row"; Steema.TeeChart.Styles.Line ...
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 ... Series, for this reason, The possibility to assign several horizontal/vertical axes to a series is a request already in the wish-list (TF02010876). In this point, ...
by Sandra
Thu May 30, 2013 11:47 am
Forum: .NET
Topic: Teechart wpf left axis and bottom axis
Replies: 1
Views: 4300

Re: Teechart wpf left axis and bottom axis

Hello gilbert, I need to show multiple fastline series on teechart from csv file. As explained in this thread, to ... ts1; Series2.XValues.DataMember = "X"; Series2.YValues.DataMember = "Y"; tChart1.Axes.Bottom.Labels.DateTimeFormat = "hh:mm"; tChart1.Axes.Bottom.Increment = Steema.TeeChart.WPF.Utils.GetDateTimeStep(Steema.TeeChart.WPF.DateTimeSteps.OneHour); ...
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 ... a look in the TeeChartFor.Net Demo project, concretely in All Features\Welcome !\Axes . The examples, were made in Winforms but all funcionalities should work fine ...
by Sandra
Tue Nov 20, 2012 1:22 pm
Forum: .NET
Topic: TChart has severe problems with constant series/lines
Replies: 13
Views: 22588

Re: TChart has severe problems with constant series/lines

... 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: 22588

Re: TChart has severe problems with constant series/lines

... 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: 22588

Re: TChart has severe problems with constant series/lines

... 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 added 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 ...