Search found 8 matches

by Mth
Fri Dec 29, 2023 10:37 am
Forum: .NET
Topic: An unexpected stack of bars and a line at the top
Replies: 2
Views: 1614

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.
by Mth
Wed Dec 27, 2023 12:13 pm
Forum: .NET
Topic: An unexpected stack of bars and a line at the top
Replies: 2
Views: 1614

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...
by Mth
Tue Apr 04, 2023 1:59 pm
Forum: .NET
Topic: The line extends beyond the chart area
Replies: 1
Views: 1864

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...
by Mth
Tue Apr 04, 2023 1:43 pm
Forum: .NET
Topic: Completely broken latest version 4.2023.3.23
Replies: 7
Views: 20952

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...
by Mth
Wed Dec 07, 2022 12:48 pm
Forum: .NET
Topic: Holes in line series
Replies: 6
Views: 4790

Re: Holes in line series

Hello,

Thanks for the quick fixes. The new version works fine for me.

Best regards
by Mth
Wed Nov 30, 2022 11:47 am
Forum: .NET
Topic: Holes in line series
Replies: 6
Views: 4790

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...
by Mth
Mon Nov 28, 2022 8:06 am
Forum: .NET
Topic: Holes in line series
Replies: 6
Views: 4790

Re: Holes in line series

Below generated sample pictures:

Holes:
03_area.png
03_area.png (9.66 KiB) Viewed 4749 times
There should be stairs:
02_stairs.png
02_stairs.png (19.67 KiB) Viewed 4749 times
No upper red line:
01_line_holes.png
01_line_holes.png (4.64 KiB) Viewed 4749 times
by Mth
Fri Nov 25, 2022 3:05 pm
Forum: .NET
Topic: Holes in line series
Replies: 6
Views: 4790

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...