High-performance chart control LightningChart affects window maximization

LightningChart.NET is fully GPU accelerated and optimized for performance, which can be used to display massive amounts of data in real time-over 1 billion data points. LightningChart includes a wide range of 2D, advanced 3D, Polar, Smith, 3D pie/donuts, geographic maps and GIS charts, as well as volume rendering functions suitable for science, engineering, medicine, aviation, trade, energy and other fields.

Click to download the latest trial version of LightningChart.NET

LightingChart affects window maximization

After changing the display percentage of the Win10 system, LightingChart will maximize the effect of the window.
Form5 is Display Window
private void Form5_Load (object sender, EventArgs e)
{ WindowState = FormWindowState.Maximized; var frm4 = new Form4 { TopLevel = false, Dock = DockStyle.Fill }; panel1.Controls.Add(frm4); frm4.Show(); } frm4 is a window with LightingChart placed. The reason why LightningChart is not maximized after loading. Delete LightingChart, it will work









Insert picture description here

If you have any questions about this, please contact customer service for more information.

If you want to purchase a genuine license for LightningChart, or for more product information, please [Consult Huidu Online Customer Service

Guess you like

Origin blog.csdn.net/RoffeyYang/article/details/112983422