Xceed Chart for WinForms v4.4 Documentation
RenderDevice Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Settings Class : RenderDevice Property
Controls the device used for rendering (GDI+ / OpenGL).
Syntax
'Declaration
 
<DescriptionAttribute("Controls the device used for rendering (GDI+ / OpenGL).")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public Property RenderDevice As RenderDevice
'Usage
 
Dim instance As Settings
Dim value As RenderDevice
 
instance.RenderDevice = value
 
value = instance.RenderDevice
[Description("Controls the device used for rendering (GDI+ / OpenGL).")]
[Category("General")]
[DefaultValue()]
public RenderDevice RenderDevice {get; set;}
Remarks
When rendering with GDI+ device the chart does not support 3D charts. When rendering with OpenGL device the chart does not support image filters for 3D objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Settings Class
Settings Members