Reported Issues with Intel Arc & Iris Xe Graphics
Some users have reported some technical problems. Here’s more information and how to solve it.
Latest update: 04/04/2023
Intel 11th and 12th Gen. CPU
Several LightningChart .NET users have reported us experiencing technical issues with rendering when using Intel® Arc™ or Iris® Xe Graphics. Particularly, when the default Rendering Engine is used (which is based on DirectX 11), the chart could freeze, be very slow and even crash.
We detected one type of setting, which led to the above chart behavior. Whenever LightningChart is asked to render antialiased Line width=1px, the application will freeze, if it is using Iris® Xe graphic DirectX11 drivers.
This type of line could be set for PolygonSeries.Border, Annotation.BorderLineStyle, SampleDataSeries.LineStyle, PointLineSeries.LineStyle, FreeformPointLineSeries.LineStyle etc.
Latest update (March 31st, 2023). Intel® confirmed bug for 11th and 12th Gen. CPU [Arc™ & Iris® Xe Graphics] (bug ID 18024142888).
Issue offically resolved and closed by Intel, and we could confirm that in our test starting from drivers version 31.0.101.4091 problem is not manifesting anymore. It is usually recomended to get drivers update from computer manufacture page/channel, but everybody could install beta drivers from here.
LightningChart .NET Workarounds
Those LightningChart .NET users, who don’t want or could not updated graphic drivers, could mitigate the above rendering problem with a few simple steps. There are 4 workarounds available:
Solutions
First: set different anti-aliasing rules to be used, Chart.ChartRenderOptions.LineAAType2D = LineAntiAliasingType.QLAA (in WindowsForms RenderOptions).
[The default ALAA is the one that fails on Iris Xe. In theory, QLAA should be a little bit slower than ALAA type anti-aliasing, but in most cases it is insignificant.]
Second: disable anti-aliasing in the chart, Chart.ChartRenderOptions.AntiAliasLevel=0.
[This is maybe easy to set, but all lines will be aliased – will not look very nice.]
Third: change each ‘problematic’ object (e.g. PolygonSeries.Border): no antialiased 1px line. Either width should be 1.01 (instead 1), or LineStyle.AntiAliasing= LineAntialias.None (instead of ‘Normal’).
Fourth: set LightningChart .NET to use different than default drivers (or Rendering Engine). It would be done by setting Chart.ChartRenderOptions.DeviceType (in WindowsForms RenderOptions) to the SoftwareOnlyD11 option.
[SoftwareOnlyD11 rendering could be slower for the demanding application.]
Other notes
Lately, in 2023, we started to get new kinds of reports about LightningChart behavior in those new Intel computers. The chart may blink or not render at all if other than the default rendering device (or Rendering Engine) is used.
In particular, by setting Chart.ChartRenderOptions.DeviceType (in WindowsForms RenderOptions) for the AutoPreferD9 or the HardwareOnlyD9 option (DirectX 9).
We are investigating the issue and will update you as soon as we learn more.
If you need further assistance, don’t hesitate to get in touch with us through the customer portal or by email.
See more news
Which JavaScript Chart Library Do AI Coding Agents Actually Recommend, and Does It Matter?
In this article Why AI coding agents have strong library preferences What the defaults actually are (and the data behind them) When the defaults work fine When they quietly fail you What to do instead: giving your agent better information The keyword angle nobody is...
How to Set Up LightningChart JS in Cursor and Claude Code Using MCP, in Under 5 Minutes
A step-by-step guide to installing the LightningChart JS MCP server so your AI coding agent stops hallucinating chart APIs and starts writing production-ready code from the first prompt. AI coding agents are good at writing chart code. They are less good at writing...
The LightningChart JS Agent Skill: Give Any AI Coding Agent Accurate Charting Knowledge in 60 Seconds
An agent skill is a folder of instructions your AI coding tool picks up automatically. This one teaches any compatible agent how to use LightningChart JS correctly, before it writes a single line of chart code. Agent skills are a relatively new concept and the...
Why AI Coding Agents Get Data Visualization Wrong, and What to Do About It
AI coding assistants are getting good at most parts of application development. Data visualization is one of the areas where they still have a consistent, predictable failure mode. This article explains the mechanics of why it happens and the practical fix. I spent a...
