Dundas.SharePoint.Charting.WebParts Send comments on this topic.
StripLine Class
See Also  Members  
Dundas.Charting.WebControl Namespace : StripLine Class


StripLine class contains properties which define visual appearance of the stripe or line, its position according to the axis and optionally may contain the repeat interval. Text maybe associated with a strip or line.It also contains methods of drawing and hit testing.

Syntax

Visual Basic (Declaration)  
<DefaultPropertyAttribute("IntervalOffset")>
<DescriptionAttribute("Axis strip or line.")>
Public Class StripLine 
Visual Basic (Usage) Copy Code
Dim instance As StripLine
C#  
[DefaultPropertyAttribute("IntervalOffset")]
[DescriptionAttribute("Axis strip or line.")]
public class StripLine 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.StripLine

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