Dundas Chart for ASP.NET
BorderWidth Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ToolbarAttributes Class : BorderWidth Property


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

Syntax

Visual Basic (Declaration)  
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#  
public int BorderWidth {get; set;}

Return Value

An integer that represents the width of the label's border. Default is 1.
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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.