Problem with the VisibleCount property
Posted: Mon Jun 18, 2007 3:10 pm
I have been implementing code to export the data points that are currently being viewed (are visible).
I am using the properties Series1.VisibleCount, and Series1.FirstdisplayedIndex to determine which points get exported.
It works fine when exporting, until I start zooming-in. When I zoom-in Series1.VisibleCount constantly appears to think that there is one more additional point visible than is actually.
I am using the properties Series1.VisibleCount, and Series1.FirstdisplayedIndex to determine which points get exported.
It works fine when exporting, until I start zooming-in. When I zoom-in Series1.VisibleCount constantly appears to think that there is one more additional point visible than is actually.