I want to set High resolution igDataChart.
100%
Zoom 250%
Thank you very much
Hi,Zdravko
Can you send me a example of the code or tell me where is the option that you mention earlier?
In that case my suggestion is to use option pixelScalingRatio, you can set it to 2 on the chart in order to increase the resolution. As a colleague of mine pointed out, on some browsers you can read what the DPI scaling ratio is (of the window) and apply that directly to this property.
Hi, Zdravko
I don't mean that.
I want to know how set resolution of the graph.
Graphs have greater resolution.
Because
when i print the graph to PDF, graph in PDF have Low Resolution
Hello,
Thank you for using our community.
About your question, my suggestion is to use horizontalZoomable and/or verticalZoomable options of the chart. With their help you will be able to zoom in/out (with the mouse scroll).
http://help.infragistics.com/jQuery/2015.2/ui.igDataChart#options:horizontalZoomable
http://help.infragistics.com/jQuery/2015.2/ui.igDataChart#options:verticalZoomable
Online example:
http://jsfiddle.net/h99hmxc9/3/show/