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


Gets a StripLinesCollection object.


Custom labels collection.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property StripLines As StripLinesCollection
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As StripLinesCollection
 
value = instance.StripLines
C#  
public StripLinesCollection StripLines {get;}

Return Value

A StripLinesCollection object, which stores all StripLine objects for an axis.

Remarks

Strip lines are used to draw rectangular strips across a ChartArea object, and are always drawn across the entire area.

These strip lines are not related to the grid lines.

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.