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


The line width of the chart toolbar border, measured in pixels.

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets toolbar border width.")>
Public Property BorderWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As ToolbarAttributes
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
C#  
[BindableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets toolbar border width.")]
public int BorderWidth {get; set;}

Return Value

An integer that represents the width of the label's border. Defaults to 1.

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