Click or drag to resize

LightningChartIsHardwareRenderingSupported Method (DeviceTypeFlags)

LightningChart .NET Help
Check if hardware rendering is supported.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static bool IsHardwareRenderingSupported(
	out DeviceTypeFlags isHardwareAvailableByAdapterInfo
)

Parameters

isHardwareAvailableByAdapterInfo
Type: Arction.WinForms.ChartingDeviceTypeFlags
Enumeration of the devices that can be initialized to hardware mode.

Return Value

Type: Boolean
True if supports hardware rendering.
See Also