Click or drag to resize

RenderOptionsCommonDeviceType Property

LightningChart .NET Help
Rendering device type to use, or selection logic for the engine to be used.

Note that reading this value does not provide information of the current device, just the requested one. More information on remarks.

Namespace:  Arction.WinForms.Charting.Views
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(RendererDeviceType.Auto)]
public RendererDeviceType DeviceType { get; set; }

Property Value

Type: RendererDeviceType
See Also