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.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(RendererDeviceType.Auto)]
public RendererDeviceType DeviceType { get; set; }<DefaultValueAttribute(RendererDeviceType.Auto)>
Public Property DeviceType As RendererDeviceType
Get
Set
public:
[DefaultValueAttribute(RendererDeviceType::Auto)]
property RendererDeviceType DeviceType {
RendererDeviceType get ();
void set (RendererDeviceType value);
}Property Value
Type:
RendererDeviceType
See Also