Hi,
I am using system.windows.controls.datavisualization.toolkit in a WPF/C# project to create Charts.
I can create the chart without problems and display on screen, but when i try to print it in a flowdocument, it does not display the series, just an empty square. Printing the chart when the flowdocument is displayed works fine but i need to print charts in background. There is a fade-in transition that might the reason of this, but I don,t know how to solve it.
I have been searching but I found no good answer. Some people say to rebuild toolkit removing the fade-in. I have tried but no positive results. Maybe I am doing something wrong, or this is not the right approach
Thanks for your help.