Search found 21 matches

by OMP
Thu Sep 12, 2013 7:21 am
Forum: .NET
Topic: Problem with stacked area charts
Replies: 1
Views: 4077

Problem with stacked area charts

Dear, I have 2 area charts that are stacked and 1 of these charts has both positive and negative numbers and the other chart only has positive numbers. In this case some strange behaviour occurs (see image). The code that I use is the following: Steema.TeeChart.Styles.Area area = new Steema.TeeChart...
by OMP
Thu Aug 22, 2013 3:48 pm
Forum: .NET
Topic: Series marks do not resize properly
Replies: 3
Views: 6886

Re: Series marks do not resize properly

For our application it is not sufficient to use the workaround, so we will wait for the feature.
by OMP
Wed Aug 14, 2013 10:41 am
Forum: .NET
Topic: Axis title gets trimmed
Replies: 1
Views: 4226

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 line = new Steema.TeeChart.Styles.Line(tChart1.Chart); ...
by OMP
Tue Aug 13, 2013 7:37 am
Forum: .NET
Topic: Series marks do not resize properly
Replies: 3
Views: 6886

Series marks do not resize properly

Dear, I have a line chart with series marks that contain 2 lines of text. When the first line is longer then the second one, the series marks are not resized correctly. This means that there is no space between the letters and the border of the series marks and sometimes the text even goes outside o...
by OMP
Fri Aug 02, 2013 1:06 pm
Forum: .NET
Topic: output of a chart is messed up
Replies: 4
Views: 7780

Re: output of a chart is messed up

Thanks everyone for your support. In the meantime we figured out what the cause of the problem was.
It was due to another third party application.

Anyway,
thanks for your help.

Marijke
by OMP
Tue Jul 02, 2013 1:56 pm
Forum: .NET
Topic: 3D chart loses axes
Replies: 7
Views: 11268

Re: 3D chart loses axes

I've attached the project here now. My apologies for the misunderstanding.
by OMP
Tue Jul 02, 2013 1:07 pm
Forum: .NET
Topic: 3D chart loses axes
Replies: 7
Views: 11268

Re: 3D chart loses axes

When I was making the test project, I have noticed that it depends on the size of the window and the number of lines that are used.
In the test project I couldn't reproduce it with 30 lines, but when 50 lines are used, the issue is still there.

I will send the test project to support.
by OMP
Tue Jul 02, 2013 10:20 am
Forum: .NET
Topic: 3D chart loses axes
Replies: 7
Views: 11268

Re: 3D chart loses axes

I have downloaded the latest version (4.1.2013.5282) and tried it again, but the issue still remains.

Regards
by OMP
Mon Jul 01, 2013 2:41 pm
Forum: .NET
Topic: 3D chart loses axes
Replies: 7
Views: 11268

3D chart loses axes

Dear, When I add more then 25 lines in my chart which all have only 1 point, my 3D chart looks strange. This my code: chartToTest.Aspect.View3D = true; for (int i = 0; i < 30; i++) { Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(chartToTest.Chart); line.Pointer.Visible = true; l...
by OMP
Mon Jun 24, 2013 7:07 am
Forum: .NET
Topic: labels disappear
Replies: 2
Views: 5615

Re: labels disappear

Thank you very much.
This solves my issue.

Kind regards,
Marijke.
by OMP
Mon Jun 24, 2013 7:01 am
Forum: .NET
Topic: Labels on the X Axis are cropped
Replies: 3
Views: 6770

Re: Labels on the X Axis are cropped

The problem with this solution is that our data on the chart (including the labels) in very dynamic. We never know the length of the labels, so setting a hard coded margin is not the best solution. We are looking for a solution that takes into account the length of the labels.

Kind regards,
Marijke
by OMP
Fri Jun 21, 2013 10:51 am
Forum: .NET
Topic: labels disappear
Replies: 2
Views: 5615

labels disappear

Dear, I have made a TeeChart with the following code: chartToTest.Aspect.View3D = false; Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(chartToTest.Chart); line.Add(1, 45, "Label of first item"); line.Add(2, 50, "Label of second item"); line.Add(3, 60, "Label of third item"); lin...
by OMP
Fri Jun 21, 2013 8:32 am
Forum: .NET
Topic: output of a chart is messed up
Replies: 4
Views: 7780

output of a chart is messed up

Dear, We have an issue with our chart when printing. When we print the chart (with Chart Editor > Print), and we choose PDF Creator, we get the result as what you can see in the attached image. To get the image, I have made a screenshot of the pdf, because I can't upload pdf files to this topic. Do ...
by OMP
Fri Jun 21, 2013 7:55 am
Forum: .NET
Topic: Labels on the X Axis are cropped
Replies: 3
Views: 6770

Labels on the X Axis are cropped

Dear,

If we have long text labels on the X Axis, the first label gets cropped when we rotate them. see screenshot attached.
What can I do to make sure that the label does not get chopped off.

thanks,

Marijke Van Bergen
OM Partners.
by OMP
Mon Jun 10, 2013 6:42 am
Forum: .NET
Topic: Series Marks are shown partially if they contain two lines
Replies: 5
Views: 9928

Re: Series Marks are shown partially if they contain two lines

This has solved our problem.

Thank you very much,
Marijke