Dundas Chart for Windows Forms
StripWidth Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > StripLine Class : StripWidth Property


Gets or sets the width of a strip line.


Strip width.

Syntax

Visual Basic (Declaration)  
Public Property StripWidth As Double
Visual Basic (Usage) Copy Code
Dim instance As StripLine
Dim value As Double
 
instance.StripWidth = value
 
value = instance.StripWidth
C#  
public double StripWidth {get; set;}

Return Value

Gets or sets a value that determines if a "strip" or "line" is drawn. Defaults to 0.0.

Remarks

This property cannot be set to a value less than 0.0, otherwise an exception will be raised.

A setting of 0.0 will result in a line being drawn, and this line will use the BorderColor, BorderStyle and BorderWidth property settings for its color, width and style. None of the BackgroundXXX properties are utilized when StripWidth is equal to 0.0.

Setting StripWidth to a value greater than 0.0 will create a strip. The BorderColor, BorderStyle and BorderWidth properties only apply to the strip's border, and all of the BackgroundXXX properties are then used for the strip's background properties.

If StripWidth is greater than 0.0 the units are determined by the relevant axis scale.

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

© 2009 All Rights Reserved.