Search found 5 matches
- Fri Jun 19, 2020 2:32 pm
- Forum: .NET
- Topic: Zoom gone after setting bottom axis max points
- Replies: 2
- Views: 10073
Re: Zoom gone after setting bottom axis max points
The 0-360 are just the labels and the actual points are 0 to anywhere from 5k-30k points. Since that high end changes every second or so I need to keep it up to date to show accurately. I was able to find a simple suitable workaround where I do not change the bottom axis points when it is zoomed. If...
- Tue Jun 16, 2020 8:01 pm
- Forum: .NET
- Topic: Zoom gone after setting bottom axis max points
- Replies: 2
- Views: 10073
Zoom gone after setting bottom axis max points
I have a fast line chart that is representing an Oscilloscope. The Bottom axis maximum points vary continuously so I am resetting that value repeatedly. My problem comes in that if I have zoomed in on the graph, the x-axis zooms back out as soon as I change the maximum value and the zoom is lost. Ho...
- Wed Jun 03, 2020 9:10 pm
- Forum: .NET
- Topic: Looking for best series option
- Replies: 1
- Views: 7531
Looking for best series option
I am looking for the best way to represent my data. What I want is a bar graph report that has 10 bars representing data. Data at these points is updated every second or so, but it is always 10 bars. Over time I want a line or a marker at the minimum value since data pulling started, a line or marke...
- Mon Apr 20, 2020 11:29 am
- Forum: .NET
- Topic: Linear Gauge Labels
- Replies: 1
- Views: 7950
Re: Linear Gauge Labels
Of course I find the answer right after posting and it was simple!
chart.Axes.Bottom.Increment = x
chart.Axes.Bottom.Increment = x
- Mon Apr 20, 2020 11:21 am
- Forum: .NET
- Topic: Linear Gauge Labels
- Replies: 1
- Views: 7950
Linear Gauge Labels
I have had a bit of trouble finding out how to scale the labels automatically or manually on the linear gauge. It may be something simple, but I am new to the controls and it did not jump out on me. There is little specific documentation on the gauge control that I could find and it behaves differen...