Xceed Chart for WinForms v4.4 Documentation
RenderLargeBitmapsOnPortions Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Settings Class : RenderLargeBitmapsOnPortions Property
Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.")>
<CategoryAttribute("General")>
Public Property RenderLargeBitmapsOnPortions As Boolean
'Usage
 
Dim instance As Settings
Dim value As Boolean
 
instance.RenderLargeBitmapsOnPortions = value
 
value = instance.RenderLargeBitmapsOnPortions
[DefaultValue()]
[Description("Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.")]
[Category("General")]
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

Reference

Settings Class
Settings Members