Ask Your Question
1

Is it possible to obtain the observable data points in Telerik ChartView after zooming in?

asked 2023-05-27 06:51:33 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-27 07:03:01 +0000

scrum gravatar image

Yes, it is possible to obtain the observable data points in Telerik ChartView after zooming in. The ChartView control has a DataPointCollection property that contains all the data points that are visible in the current viewport. This collection can be accessed and manipulated programmatically to obtain the data points that are visible after zooming in. Additionally, the ChartView control provides an event called ViewportChanged, which is raised every time the viewport is changed due to zooming or panning. This event can be used to update the data points collection and perform any necessary calculations or updates.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-27 06:51:33 +0000

Seen: 1 times

Last updated: May 27 '23