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


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


Border color for the Chart

Syntax

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

Return Value

A Color structure. The default color is Color.Empty.

Remarks

You can set this property to any valid ARGB value (Alpha, Red, Green, Blue value).

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