Click or drag to resize

RenderDeviceInfoHardwareVertexProcessing Field

LightningChart .NET Help
True if your graphics adapter supports vertex processing in hardware (GPU). If false, the vertex calculation has to be done in software (computer CPU), and the performance is not optimal.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool HardwareVertexProcessing

Field Value

Type: Boolean
See Also