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
Best Apache ECharts Alternative in 2026: When Canvas Hits Its Ceiling
Apache ECharts is an excellent charting library that's the honest starting point, and it's worth saying clearly. Free under the Apache 2.0 license, actively maintained by one of the most active open-source communities in data visualization, with 60,000+ GitHub stars...
Best D3.js Alternatives in 2026: Less Code, More Performance, Same Power
D3.js is the most starred data visualization library in existence 109,000+ GitHub stars and for justifiable reasons. It provides the building blocks to construct any visualization imaginable: data binding, SVG path generation, scale functions, geographic projections,...
Best ApexCharts Alternatives in 2026: Scale Beyond SVG, Add Real 3D
ApexCharts earned its position through a set of genuine strengths executed consistently well: MIT license, the best default visual aesthetics among free JavaScript chart libraries, official and actively maintained React, Vue, and Angular component wrappers, clean...
Best amCharts Alternatives in 2026: No Watermark, Faster, Real 3D
amCharts 5 wins on visual aesthetics. The default chart transitions are among the smoothest in the JavaScript charting space, the animation quality is a genuine differentiator, and the chart type range Gantt charts, flowcharts, geographic maps, financial OHLC, Sankey...
