Dundas.SharePoint.Charting.WebParts Send comments on this topic.
RenderType Property
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : RenderType Property


Chart rendering type. Image tag, input tag, binary data streaming and image map are the options.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Image")>
<DefaultValueAttribute()>
<BindableAttribute(True)>
<DescriptionAttribute("Chart rendering type. Image tag, input tag, binary data streaming and image map are the options.")>
<PersistenceModeAttribute()>
Public Property RenderType As RenderType
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As RenderType
 
instance.RenderType = value
 
value = instance.RenderType
C#  
[CategoryAttribute("Image")]
[DefaultValueAttribute()]
[BindableAttribute(true)]
[DescriptionAttribute("Chart rendering type. Image tag, input tag, binary data streaming and image map are the options.")]
[PersistenceModeAttribute()]
public RenderType RenderType {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also