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


Legend border width

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<BindableAttribute(True)>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Legend border width.")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
Public Property BorderWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As Legend
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
C#  
[DefaultValueAttribute()]
[BindableAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Legend border width.")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
public int BorderWidth {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