Search found 2 matches
- Tue Jun 10, 2025 2:03 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 5
- Views: 935
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: 5
- Views: 935
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...