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


Gets or sets the line width of an axis, in pixels.


Axis Line Width

Syntax

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

Return Value

An integer value that represents the width of an axis line. Defaults to one (1) pixel.

Remarks

Sets/gets the width of an axis line, in pixels. Setting the width to zero (0) will result in the line not being displayed.

NOTE: If an axis is disabled but an adjacent axis is using grid lines then one of those grid lines will be displayed in place of the disabled axis. The same situation will occur if an axis' Enabled property is set to "Auto" and is not being used to plot data (e.g. then an adjacent axis' grid line will be drawn instead).

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.