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 |
---|---|
|
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;} |
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