I've added a line chart to my vb.net application, but when it gets printed the quality of it is very poor. The Lines are very jagged and there seems to be no smoothing at all. The same line chart in crystal 8.5 prints fine.
Overall the quality of the charts in the .Net product seems flaky at...
Here's some example code for you;
Dim myReport As New rptIMCover()
Dim paramFields As ParameterFields
Dim paramField As ParameterField
Dim discreteValue As ParameterDiscreteValue
paramFields = New ParameterFields()
paramField = New ParameterField()
discreteValue = New ParameterDiscreteValue()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.