LightningChartGetRenderDeviceInfo Method |
LightningChart .NET Help
Get render device information. Gives information about your graphics adapter.
Tells if there is something that prevents the control to run at optimal performance.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic RenderDeviceInfo GetRenderDeviceInfo()
Public Function GetRenderDeviceInfo As RenderDeviceInfo
public:
RenderDeviceInfo GetRenderDeviceInfo()
Return Value
Type:
RenderDeviceInfoInformation about your graphics adapter.
See Also