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


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


The style of the border line

Syntax

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

Return Value

A ChartDashStyle enumeration value that determines the border style of the chart element.

Remarks

This property determines the line style used for the chart picture's border. The line can be solid, dotted, etc.

For further styles see the ChartDashStyle enumeration topic.

This property is similar to the BorderStyle property, the only difference being that the Chart.BorderStyle 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.