I have a large number of data points that need to be displayed, with the X Axis being the time that is displayed. Samples are taken every 5, 10, or 15 minutes for periods of a Month. What I need to be able to do is display the date when I am not zoomed in and then go to a display of hours on the X-Axis as I zoom in.
I have used the LabelStep property of the PlotArea.XAxis to set how many labels there are but what I would like to do is determine the number of items that are visible in the PlotArea, then as I zoom in to adjust the LabelStep value. Is it possible to find a ration of how far I have zoomed in to calculate the number of visible items? Any help would be appreciated, thank you.
I have used the LabelStep property of the PlotArea.XAxis to set how many labels there are but what I would like to do is determine the number of items that are visible in the PlotArea, then as I zoom in to adjust the LabelStep value. Is it possible to find a ration of how far I have zoomed in to calculate the number of visible items? Any help would be appreciated, thank you.