ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  High DPI resolution issues 1920*1200
Posted by Sanufer on Jul-23-2019 14:58
Is the chart library supported for High DPI Monitors? i could see Fuzzy and blur charts on High resolutions. 1920*1200

  Re: High DPI resolution issues 1920*1200
Posted by Peter Kwan on Jul-24-2019 10:28
Hi Sanufer,

ChartDirector can be used in High DPI Monitors. The exact way depends on your application type, programming languages and programming/GUI framework. For example, a C++/MFC desktop application can be quite different from a PHP web application.

In general, for web applications, the server may not know whether the clients (the browsers) are running on High DPI machines or not. So it is best to generate the chart as SVG and let the browser rendered the chart. For desktop applications, the charting code would need to detect the DPI of the machines and create a chart of the proper size.

If you need further help, please let me know whether you are writing a web or desktop application and your programming language. For desktop applications, please also let me know of your GUI framework (eg. MFC/C++, Qt/C++, Windows Forms/VB.NET, WPF/C#, Java/SWING, etc).

Regards
Peter Kwan