Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Settings Class / RenderDevice Property


In This Topic
    RenderDevice Property
    In This Topic
    Controls the device used for rendering (GDI+ / OpenGL).
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("Controls the device used for rendering (GDI+ / OpenGL).")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property RenderDevice As RenderDevice
    'Usage
     
    Dim instance As Settings
    Dim value As RenderDevice
     
    instance.RenderDevice = value
     
    value = instance.RenderDevice
    [Category("General")]
    [Description("Controls the device used for rendering (GDI+ / OpenGL).")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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