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


Gets or sets the width of the entire chart picture's border.


The width of the border line

Syntax

Visual Basic (Declaration)  
Public Property BorderLineWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Integer
 
instance.BorderLineWidth = value
 
value = instance.BorderLineWidth
C#  
public int BorderLineWidth {get; set;}

Return Value

A value that determines the width of the chart picture's border, in pixels.

Remarks

This property is similar to the BorderWidth property, the only difference being that the Chart.BorderWidth property is not available from the Properties Window at design-time.

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.