Search found 167 matches: multiple custom

Searched query: multiple custom

by amol
Thu Oct 15, 2015 7:36 am
Forum: .NET
Topic: Show multiple Custom Left and Right axis on Tchart
Replies: 3
Views: 9945

Re: Show multiple Custom Left and Right axis on Tchart

Thanks for reply,


But code in the link that u have provided is in VB.net language.
Please provide link in which code is written in C# language.

Thanks in advance.
by Christopher
Tue Oct 13, 2015 3:06 pm
Forum: .NET
Topic: Show multiple Custom Left and Right axis on Tchart
Replies: 3
Views: 9945

Re: Show multiple Custom Left and Right axis on Tchart

Hello,

You should be able to use the technique specified in the similar question here:

http://www.teechart.net/support/viewtop ... 56&p=43274
by amol
Mon Oct 12, 2015 1:14 pm
Forum: .NET
Topic: Show multiple Custom Left and Right axis on Tchart
Replies: 3
Views: 9945

Show multiple Custom Left and Right axis on Tchart

Hi steema Support, we have some issues related to Custom Axis of Tchart given as below, Show multiple Left and Right axis on Tchart . The code are using for Left Axis, this.axis1 = new Steema.TeeChart.Axis(this.tChart1.Chart); ...
by Christopher
Tue Sep 29, 2015 8:18 am
Forum: .NET
Topic: To show multiple Left axis.
Replies: 1
Views: 5198

Re: To show multiple Left axis.

Hello, we have some query related to Tchart given as below, You should be able to use custom axes - may I suggest you take a look at the examples in the demo under: %Program Files%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.08060\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe ...
by gotheta
Thu Jan 29, 2015 4:46 pm
Forum: .NET
Topic: Issue using custom Axis with VB.Net
Replies: 1
Views: 3969

Issue using custom Axis with VB.Net

I am trying to determine what is causing this behavior. We have a Teechart that we can add multiple axis to. However, if we manually define the axis, the data series that is beyond the axis is still drawn. We expected the series to not be drawn beyond the manually set ...
by Christopher
Thu Nov 13, 2014 2:52 pm
Forum: .NET
Topic: Save Image of Multiple Chart
Replies: 8
Views: 13870

Re: Save Image of Multiple Chart

... of the Control.DrawToBitmap Method : The DrawToBitmap method is not supported for ActiveX controls. You can override the OnPrint event and provide custom printing logic if required. The DrawToBitmap method has the following limitations: An ArgumentException might be thrown for large bitmaps. The ...
by Friis
Thu Nov 06, 2014 12:15 pm
Forum: .NET
Topic: Problems with multi Axes
Replies: 9
Views: 13284

Re: Problems with multi Axes

... = false; tChart1.Legend.Font.Size = 14; tChart1.Legend.Symbol.Width = 50; tChart1.Legend.Symbol.Squared = true; if (tChart1.Axes.Custom.Count > 0) { tChart1.Axes.Custom.Clear(); } //========== Serie 1 ========================== Steema.TeeChart.Styles.Points Pointsseries = new ...
by Friis
Wed Nov 05, 2014 8:52 pm
Forum: .NET
Topic: Problems with multi Axes
Replies: 9
Views: 13284

Problems with multi Axes

Hi, 1) I add 4 series and connect these 4 series to 4 custom axes - 1 series to one custom axes 2) I use a PlaceAxes in order to put the axes in the correct positioning 3) When I first "Activate = false" and then "active =true" using 4 checkBoxes - ...
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: 4513

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 ...
by Petr
Thu Mar 27, 2014 2:23 pm
Forum: .NET
Topic: axis labels and title overlaping for many vertical axes
Replies: 13
Views: 21903

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 side. when values are quiet large ...
by acastro
Wed Mar 12, 2014 10:28 am
Forum: .NET
Topic: Cannot load exported chart
Replies: 32
Views: 47976

Re: Cannot load exported chart

... axis = null; if (graph.scale.mode == Entities.Scale.MULTIPLE) { if (graph.scale.current >= 0) { axis = chart.Series[graph.scale.current].CustomVertAxis; ... pagescroller when the user has changed the values. I have to quit the custom axis, and put it again after add de series as you said in this ...
by biji
Tue Feb 11, 2014 12:50 pm
Forum: .NET
Topic: How to clear axis in chart.
Replies: 2
Views: 5663

How to clear axis in chart.

Hi all, I have small problem with clearing chart. I am drawing multiple custom vertical axis on left side programatically. I will draw multiple axis based on sensor ...
by Sandra
Wed Oct 30, 2013 3:13 pm
Forum: .NET
Topic: General grid for multiple custom axes
Replies: 2
Views: 4785

Re: General grid for multiple custom axes

... 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)? I recommend you to draw a line ...
by Petr
Wed Oct 30, 2013 1:34 pm
Forum: .NET
Topic: General grid for multiple custom axes
Replies: 2
Views: 4785

Re: General grid for multiple custom axes

... 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)? Or another approach i can use ...
by Petr
Wed Oct 30, 2013 10:21 am
Forum: .NET
Topic: General grid for multiple custom axes
Replies: 2
Views: 4785

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