zooming
Posted: Fri Sep 08, 2006 11:24 am
we want to get the axis data (range) after zooming.
We populate the chart by binding it to columns of a dataset and at x-axis we have the LabelMembers (entity names) and at y axis we have data.
Now after zooming (horizontal) we want to retrieve the filtered data on the x-axis, i.e we would like to get the names of the entities that remain on the x-axis after zooming.
Say intitially there were 10 entities on x-axis and after zooming there remain 4, we want to get these 4 entities (either as a string or by their index).
Can anyone please help me in this?
We populate the chart by binding it to columns of a dataset and at x-axis we have the LabelMembers (entity names) and at y axis we have data.
Now after zooming (horizontal) we want to retrieve the filtered data on the x-axis, i.e we would like to get the names of the entities that remain on the x-axis after zooming.
Say intitially there were 10 entities on x-axis and after zooming there remain 4, we want to get these 4 entities (either as a string or by their index).
Can anyone please help me in this?