Search found 5 matches
- Thu Jun 30, 2016 11:53 am
- Forum: .NET
- Topic: SeriesMarks AutoPosition cuts off marks on top
- Replies: 4
- Views: 24262
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...
- Thu Jun 23, 2016 1:59 pm
- Forum: .NET
- Topic: PDF export broken?
- Replies: 2
- Views: 8546
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.
I'll remember to check the release notes first in the future.
- Wed Jun 22, 2016 2:04 pm
- Forum: .NET
- Topic: PDF export broken?
- Replies: 2
- Views: 8546
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...
- Wed Jun 22, 2016 1:35 pm
- Forum: .NET
- Topic: SeriesMarks AutoPosition cuts off marks on top
- Replies: 4
- Views: 24262
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...
- Tue May 31, 2016 1:39 pm
- Forum: .NET
- Topic: Bar series spacing
- Replies: 2
- Views: 8297
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...