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


In This Topic
    RenderLargeBitmapsOnPortions Property
    In This Topic
    Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.")>
    <DefaultValueAttribute(True)>
    Public Property RenderLargeBitmapsOnPortions As Boolean
    'Usage
     
    Dim instance As Settings
    Dim value As Boolean
     
    instance.RenderLargeBitmapsOnPortions = value
     
    value = instance.RenderLargeBitmapsOnPortions
    [Category("General")]
    [Description("Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.")]
    [DefaultValue(true)]
    public bool RenderLargeBitmapsOnPortions {get; set;}
    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