Search found 5 matches

by OMP
Thu Jun 30, 2016 11:53 am
Forum: .NET
Topic: SeriesMarks AutoPosition cuts off marks on top
Replies: 4
Views: 14262

Re: SeriesMarks AutoPosition cuts off marks on top

Hi Christopher, Thank you for your reply. I noticed that I forgot to include a small but important part in my code snippet: this.tChart1.Aspect.View3D = false; this.tChart1.Header.Visible = false; I suspect that making the header invisible triggers the series mark to be cut off. We are currently usi...
by OMP
Thu Jun 23, 2016 1:59 pm
Forum: .NET
Topic: PDF export broken?
Replies: 2
Views: 7312

Re: PDF export broken?

Thank you very much for the quick answer, Christopher.
I'll remember to check the release notes first in the future.
by OMP
Wed Jun 22, 2016 2:04 pm
Forum: .NET
Topic: PDF export broken?
Replies: 2
Views: 7312

PDF export broken?

Hi, I am using TeeChart.Net version 4.1.2015.5144 on Windows 7, and using Adobe Reader XI Version 11.0.09 to view the created PDF file. When exporting a simple chart to PDF in the TeeChart Editor, like this: export_to_pdf.png and then opening the exported PDF file in Adobe Reader, I only see the cha...
by OMP
Wed Jun 22, 2016 1:35 pm
Forum: .NET
Topic: SeriesMarks AutoPosition cuts off marks on top
Replies: 4
Views: 14262

SeriesMarks AutoPosition cuts off marks on top

Hi, In our project, we are using SeriesMarks.AutoPosition, since this option makes sure series marks are put at an optimal position and we don't have to bother about putting marks at custom positions. However, we bumped into the following situation, where the series mark is cut off at the top of the...
by OMP
Tue May 31, 2016 1:39 pm
Forum: .NET
Topic: Bar series spacing
Replies: 2
Views: 7241

Bar series spacing

Hello, I have a question about bar series. I have the following code: Steema.TeeChart.Styles.Bar bar = new Steema.TeeChart.Styles.Bar(tChart1.Chart); bar.FillSampleValues(10); bar.Marks.Visible = false; bar.MultiBar = Steema.TeeChart.Styles.MultiBars.None; bar.BarWidthPercent = 65; bar.Color = Color...