Search found 1603 matches

by Christopher
Wed Mar 12, 2014 9:58 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

wakeup wrote:It runs, I put the same "rect" as the main chart, but the margin is not exactly the same:
That's why in the code in this post there is the line:

Code: Select all

width *= 1.3f;
by Christopher
Tue Mar 11, 2014 4:59 pm
Forum: .NET
Topic: Butterworth Fltering
Replies: 5
Views: 8013

Re: Butterworth Fltering

How can I apply a Butterworth filter (HP and LP) on my generated line graph which is supposedly an ECG waveform? There's some information about this in the Tutorials under: %Program Files%\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.02240\Docs\TeeChart for .Net Tutorials.chm If you have ...
by Christopher
Tue Mar 11, 2014 4:36 pm
Forum: .NET
Topic: Cannot load exported chart
Replies: 32
Views: 47978

Re: Cannot load exported chart

The error message is the same but perhaps it is related to other issue. Could you see it? What I can see is that you have two Custom Axes in the CustomAxes collection (Axes.Custom) but have a third Custom Axis which is not in it. It is this third custom axis which has not been added to the CustomAx...
by Christopher
Tue Mar 11, 2014 3:19 pm
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

wakeup wrote:Only left a small detail, is it possible to set to the subchart of the scroll pager the same margin than the main chart?
Can't you use a technique similar to the one I mentioned here?
by Christopher
Fri Mar 07, 2014 1:48 pm
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

What I'm asking is how is the right way to update the data of a serie in that case. Itried with the code in the button4 but it creates a lot of new series in the subchart. I see. Try: void tChart1_BeforeDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { if (tChart1.Series[0].CustomVertAxis...
by Christopher
Fri Mar 07, 2014 11:37 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

Press button1, then button2. And finally what is missing in button4 in order to run sucessfully updating the data and having the axis in the scrollpager right? I'm not sure exactly what you're looking for here, but you can line up the primary and secondary charts with code such as: void tChart1_Bef...
by Christopher
Thu Mar 06, 2014 1:52 pm
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

I think I do that. I associate the custom axis to the serie in button2, and then in Button1 I set the ScrollPagerTool.Series property... Yes, you do, my mistake. I shall restate my position: What I'm saying is that if you want to use Chart with a ScrollPagerTool and have the Series in the primary (...
by Christopher
Thu Mar 06, 2014 11:51 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

So, do you mean Scrollpagertool doesn't support custom axis? No, I'm not saying that. What I'm saying is that if you want to use Chart with a ScrollPagerTool and have the Series in the primary (top) Chart associated to a custom axis, then you will have to associate the custom axis to the Series bef...
by Christopher
Thu Mar 06, 2014 11:40 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

I don't understand you, the chart have the custom axis... what doesn't have the chart? No, I'm not surprised you don't understand me, as you don't have access to the TeeChart source code and I do. If you had access to it, you would understand me much easier, I think :D The ScrollPagerTool is a very...
by Christopher
Thu Mar 06, 2014 11:30 am
Forum: .NET
Topic: Change in axis labeling behavior
Replies: 2
Views: 5478

Re: Change in axis labeling behavior

Is this a bug? Is there a work around? It is regression, as it is functionality which worked in a previous version and which now no longer works. I've added this to our bug database as id=621 . It seems that this functionality still works when: tChart1.Axes.Left.Title.Angle = 0; Many apologies for ...
by Christopher
Thu Mar 06, 2014 11:11 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

Please press first the button2 to add the custom axis, and then button1 to add the scrollpager Yes, that's because when the ScrollPagerTool clones the Series internally, it clones a series with a custom axes specified onto a chart that does not have one. That is to say, if you wish to use a Custom ...
by Christopher
Thu Mar 06, 2014 10:48 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

Ok thanks, but with that code the scrollpager axis doesn't have any values... It does have values here. This is the code for the entire form, which I'm using with TeeChart.dll version 4.1.2014.2062 (net40): using System; using System.Collections.Generic; using System.ComponentModel; using System.Da...
by Christopher
Thu Mar 06, 2014 10:30 am
Forum: .NET
Topic: ScrollPager doesn't respect the margin of customaxis
Replies: 49
Views: 71491

Re: ScrollPager doesn't respect the margin of customaxis

If I have a custom axis with a manually set margin and I add a page scroller it doesn respect the margin. As we've discussed before, I believe, the ScrollPagerTool uses sets TChart.Chart.CustomChartRect to TRUE every time it is painted, so making these margins non-functional. One workaround would b...
by Christopher
Thu Mar 06, 2014 9:38 am
Forum: .NET
Topic: Numeric gauge not visible
Replies: 2
Views: 5049

Re: Numeric gauge not visible

When I have a numeric gauge and I set it to not vissible it still show the number and the background. Could it be as the other types of series which hide all the serie? Again, it would be much appreciated if these reproducible defects could be added directly into Steema's bug database http://bugs.t...
by Christopher
Thu Mar 06, 2014 9:24 am
Forum: .NET
Topic: Gauges
Replies: 1
Views: 4588

Re: Gauges

When I add a gauge, it show the legend, but If i export it and load it again the legend isn't there. It would be much appreciated if these reproducible defects could be added directly into Steema's bug database http://bugs.teechart.net . I've added this problem in as ID=619 , and as you can see it ...