LightningChartIsHardwareRenderingSupported Method |
LightningChart .NET Help
Check if hardware rendering is supported.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static bool IsHardwareRenderingSupported()
Public Shared Function IsHardwareRenderingSupported As Boolean
public:
static bool IsHardwareRenderingSupported()
Return Value
Type:
BooleanTrue if supports hardware rendering.
See Also