Search found 24 matches

by Janne
Mon Oct 12, 2009 1:14 pm
Forum: .NET
Topic: Font issue in export to PDF
Replies: 7
Views: 10093

Re: Font issue in export to PDF

When is this maintenance release expected to be released? We aslo suffers from this problem.

Thanks in advance!
by Janne
Wed Sep 30, 2009 5:55 am
Forum: .NET
Topic: Gauges and margins
Replies: 3
Views: 5728

Re: Gauges and margins

Hi,

I do not have any property called "CustomBounds".
Is this something that has ben added in later releases?
My version is: 3.5.3225.32185
by Janne
Tue Sep 29, 2009 6:59 am
Forum: .NET
Topic: Gauges and margins
Replies: 3
Views: 5728

Gauges and margins

We would like to use the gauges series in a teechart for instrumentation display.
The problem is that the margins is to wide. Is there any possibility to reduce the margins so that the margins is only a couple of pixels?
We want to use linear, vertical, numeric and circular gauges.
by Janne
Thu Dec 04, 2008 12:37 pm
Forum: .NET
Topic: Zooming waterfall
Replies: 3
Views: 8521

I have uploaded a file now. Please take a look.

BR
by Janne
Thu Dec 04, 2008 7:58 am
Forum: .NET
Topic: Zooming waterfall
Replies: 3
Views: 8521

Zooming waterfall

When using Waterfall series I would like to be able to zoom the graph. One possible way for us to do this is to change the scale of the bottom axis. The problem is then that the curves goes through the wall. Do you have any suggestion how this can be avoided or any other option for zooming Waterfall...
by Janne
Mon Dec 01, 2008 4:10 pm
Forum: .NET
Topic: Moving marks
Replies: 1
Views: 3803

Moving marks

Hi, I am trying to move marks in a serie created in runtime but I can not get it to work. Please find code below. private void Form1_Load(object sender, System.EventArgs e) { Steema.TeeChart.Styles.Points pie1 = new Steema.TeeChart.Styles.Points(tChart1.Chart); tChart1.Aspect.View3D = false; pie1.Fi...
by Janne
Fri Feb 08, 2008 3:01 pm
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

Hi Narcis, I have uploaded one file containing the data that is shown incorrectly and a jpg of the screen. I have also included a jpeg of a sample where all graphs are ending with the same x value and the same number of values and it shows nicely. If it can't be solved without modifications we are p...
by Janne
Thu Feb 07, 2008 4:50 pm
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

Thanks for trying to help.
However this does not solve the problem I have.

In order to make our problem more understandable, we feel it would be best if we could send you sample data and some screenshots. Would it be possible to send this to you on email ?`

Thank you in advance.[/url]
by Janne
Thu Feb 07, 2008 9:35 am
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

Please help

Could anyone try to answer my question?
by Janne
Thu Feb 07, 2008 9:33 am
Forum: .NET
Topic: Background picture
Replies: 1
Views: 4419

Background picture

We are upgrading from older ActiveX version of teechart. In the old version we have a possibility to have a background picture in our charts. This picture is centered and only show once (inside the diagram). When we try to set the picture in the new .NET version it is show in the center but also sev...
by Janne
Thu Jan 31, 2008 2:01 pm
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

Hi Narcis, This will not work for my application. The samples I have sent you are much simplier than what we need. Let's say you have date on the z axis, the plot contains of 100 different dates. Each date has 400 values plotted x and y. The maximum x value of each date varies but it is even spaces ...
by Janne
Thu Jan 31, 2008 12:41 pm
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

The reason why I say that the solution will have poor performance is of course that I have tested this. In this sample to show the problem we have we used a lot of less data. In fact we will need 100 series with 400 values in each. If we would be able to plot it all in one serie it takes 3.2 s of we...
by Janne
Wed Jan 30, 2008 2:47 pm
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

Not possible

Hi Narcis Unfortunately this is not possible. This solution will have to poor performance. In our application we will need at least 100 series with at least 400 values in each. The performance is then very bad. Is it possible to get the functionality from our first question in some way? Customizatio...
by Janne
Wed Jan 30, 2008 9:08 am
Forum: .NET
Topic: Bug in Waterfall serie?
Replies: 13
Views: 15814

Bug in Waterfall serie?

We have problems with the Waterfall series. Not all lines are drawn. Please check the code below. Dim oSerie As New Steema.TeeChart.Styles.Waterfall oSerie.IrregularGrid = True TChart1.Aspect.Chart3DPercent = 100 For i As Integer = 0 To 9 oSerie.Add(i, 2 + Rnd(), 1) Next For i As Integer = 0 To 9 oS...
by Janne
Tue Jan 29, 2008 7:23 am
Forum: .NET
Topic: Colorline mouse pointer
Replies: 3
Views: 5889

Workaround

Hi Narcis,

Thanks for your reply.
I really need to solve this issue, do you have any workaround for this problem?

Thanks in advance!