08-26-2020 09:49 PM
I have a usecase where I want to print the plotted line graph in RDLC report. I tried to export the graph as an image and achieve (refer: https://forums.ni.com/t5/Measurement-Studio-for-NET/wpf-graph-export-to-image/td-p/2254156/page/2?pr... )
But my problem is that only the visible graph area is getting exported. I want the whole graph datasource to be printed. Can someone please help me with the usecase?
08-27-2020 10:50 AM
Calling ZoomToFit will adjust all of the axes to accommodate all of the data in the graph.