i also need to update the labels when zooming in and out, and when panning.
the axis label should display the new maximum and minimum according to the zoom and panning, so this should update in run time. ideas?
Search found 5 matches
- Wed Jan 29, 2025 8:20 am
- Forum: .NET
- Topic: Specific custom y axis labels
- Replies: 5
- Views: 801
- Wed Jan 29, 2025 7:42 am
- Forum: .NET
- Topic: Specific custom y axis labels
- Replies: 5
- Views: 801
Re: Specific custom y axis labels
This doesnt work:
i hope the image is working..
if not: i still see all the labels... and the minimum and maximum.
and at the first y axis that i add, i dont see any labels
i hope the image is working..
if not: i still see all the labels... and the minimum and maximum.
and at the first y axis that i add, i dont see any labels
- Tue Jan 28, 2025 12:13 pm
- Forum: .NET
- Topic: Specific custom y axis labels
- Replies: 5
- Views: 801
Specific custom y axis labels
Hey we are adding few FastLines to the chart, and for every FastLine we create y axis and attach him to it. every y axis have Min and Max using the 'SetMinMax' method. i want only 2 labels on every y axis: 1. the minimum value at the bottom 2. the maximum value at the top this is what i tried: priva...
- Wed Jan 22, 2025 11:58 am
- Forum: .NET
- Topic: Disabling Default Mouse Zoom in TeeChart for WPF
- Replies: 2
- Views: 1581
Re: Disabling Default Mouse Zoom in TeeChart for WPF
perfect! thank you for the fast replay
- Wed Jan 22, 2025 8:13 am
- Forum: .NET
- Topic: Disabling Default Mouse Zoom in TeeChart for WPF
- Replies: 2
- Views: 1581
Disabling Default Mouse Zoom in TeeChart for WPF
Hello, I recently purchased the TeeChart Business Package for WPF and have implemented a custom zoom mechanism using the MouseWheel event. Now, I would like to disable the default zoom behavior (holding the left mouse button to zoom). Could you please advise on how to achieve this? Thank you for you...