Search found 3 matches
- Fri Jun 20, 2025 1:20 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7136
Re: Custom axes with automatic scaling
Hello Marc, here are a few screenshots of my chart. In the chart I show data depending on the time. The chart is a live chart. In the chart I want to correlate different values over time. Therefore I have defined two y-axes which are independent of each other. The x-axis is the time axis. In the cha...
- Tue Jun 10, 2025 2:03 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7136
Re: Custom axes with automatic scaling
I just wanted to let you know what the code looks like for me and how it has worked so far. I have already found out that the height of 0 has to be adjusted when zooming: var chartRect = this.TChart.Chart.ChartRect; this.TChart.Zoom.ZoomRect(chartRect with { X = newStartPos, Width = newEndPos - newS...
- Tue Jun 10, 2025 8:16 am
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7136
Custom axes with automatic scaling
Hello, After updating to TeeChart 4.2025.2.22, my axes looses the automatic axis scaling. The bug was introduced with Bug 2758 . In my project I use a lot of custom axes. Some axes with automatic scaling: axis.Automatic = true some axes with logarithmic scaling: axis.Automatic = false; axis.Automati...