Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.