Search found 11 matches
- Fri Aug 30, 2024 12:44 pm
- Forum: .NET
- Topic: TeeChart.NET Jagged line and time labels
- Replies: 1
- Views: 10015
TeeChart.NET Jagged line and time labels
Visual Studio 2022, .net8.0 console project, Steema.TeeChart.NET.Pro (4.2024.7.29) Hello, In the example below there are two problems: 1. A line that should be smooth is jagged. Some unexpected line points are displayed. 2. Displaying values as time in the bottom axis labels does not work when smo...
- Fri Aug 30, 2024 11:41 am
- Forum: .NET
- Topic: TeeChart.NET Outdated dependencies
- Replies: 1
- Views: 7156
TeeChart.NET Outdated dependencies
Steema.TeeChart.NET.Pro (4.2024.7.29) Hello, Are you planning to update the dependencies used by TeeChart.NET? For example, very old versions of the dependencies below have been in use for many years, and even in beta versions: SixLabors.Fonts 1.0.0-beta18 SixLabors.ImageSharp.Drawing 1.0.0-beta15 T...
- Fri Aug 30, 2024 11:16 am
- Forum: .NET
- Topic: An unexpected stack of bars and a line at the top
- Replies: 4
- Views: 22616
Re: An unexpected stack of bars and a line at the top
Hello,
Many months have passed and the clipping error at chart top (bug id 2663) still hasn't been fixed. When can I expect a fix?
Many months have passed and the clipping error at chart top (bug id 2663) still hasn't been fixed. When can I expect a fix?
- Fri Dec 29, 2023 10:37 am
- Forum: .NET
- Topic: An unexpected stack of bars and a line at the top
- Replies: 4
- Views: 22616
Re: An unexpected stack of bars and a line at the top
Hello, Thank you for your answer. I will use VertAxis instead of CustomVertAxis. I was porting the code from the .Net WinForms version in which the bar2.CustomVertAxis = mChart.Axes.Right; worked correctly even though bar2.VertAxis = VerticalAxis.Right; should probably have been used there as well.
- Wed Dec 27, 2023 12:13 pm
- Forum: .NET
- Topic: An unexpected stack of bars and a line at the top
- Replies: 4
- Views: 22616
An unexpected stack of bars and a line at the top
Visual Studio 2022, .net7.0 console project, Steema.TeeChart.NET.Pro (4.2023.12.14) Hi, First problem : When the bar value exceeds the upper range of the chart axis, an unnecessary line is drawn at the top of the chart. Second problem : When we add two series of bars, so that one is connected to the...
- Tue Apr 04, 2023 1:59 pm
- Forum: .NET
- Topic: The line extends beyond the chart area
- Replies: 1
- Views: 6428
The line extends beyond the chart area
Visual Studio 2022, .net7.0 console project, Steema.TeeChart.NET.Pro (4.2023.3.13) using Steema.TeeChart; using Steema.TeeChart.Styles; using System.Drawing; var mChart = new TChart(); mChart.Aspect.View3D = false; mChart.Header.Visible = false; mChart.Legend.Visible = false; mChart.Axes.Left.Automa...
- Tue Apr 04, 2023 1:43 pm
- Forum: .NET
- Topic: Completely broken latest version 4.2023.3.23
- Replies: 7
- Views: 55861
Completely broken latest version 4.2023.3.23
Visual Studio 2022, .net7.0 console project, Steema.TeeChart.NET.Pro (4.2023.3.23) 1. This version doesn't work at all. It throws an exception in the constructor itself ! using Steema.TeeChart; using Steema.TeeChart.Styles; using System.Drawing; var mChart = new TChart(); System.ArgumentNullExceptio...
- Wed Dec 07, 2022 12:48 pm
- Forum: .NET
- Topic: Holes in line series
- Replies: 6
- Views: 22957
Re: Holes in line series
Hello,
Thanks for the quick fixes. The new version works fine for me.
Best regards
Thanks for the quick fixes. The new version works fine for me.
Best regards
- Wed Nov 30, 2022 11:47 am
- Forum: .NET
- Topic: Holes in line series
- Replies: 6
- Views: 22957
Re: Holes in line series
Hello, Thank you for accepting the reported issues. I checked the setting you recommended (mChart.Aspect.ClipPoints = false) and it actually fixed the line and the stairs area series. Unfortunately, it is not a universal solution because it causes other types of series that I use to be painted incor...
- Mon Nov 28, 2022 8:06 am
- Forum: .NET
- Topic: Holes in line series
- Replies: 6
- Views: 22957
Re: Holes in line series
Below generated sample pictures:
Holes: There should be stairs: No upper red line:
Holes: There should be stairs: No upper red line:
- Fri Nov 25, 2022 3:05 pm
- Forum: .NET
- Topic: Holes in line series
- Replies: 6
- Views: 22957
Holes in line series
Visual Studio 2022, .net7.0 console project, Steema.TeeChart.NET.Pro (4.2022.11.24) I am reporting a few issues: 1. There are holes in line series for chart rendered to images (jpg, png, etc) for some sizes of result picture. 2. Stairs line and Inverted stairs line does not work. 3. No top edge line...