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


This class represents a collection of StripLine objects.


StripLinesCollection class is a strongly typed collection of StripLine classes.

Object Model

Syntax

Visual Basic (Declaration)  
Public Class StripLinesCollection 
Visual Basic (Usage) Copy Code
Dim instance As StripLinesCollection
C#  
public class StripLinesCollection 

Remarks

The StripLinesCollection class represents a collection of StripLine objects, and is implemented as the StripLines property of the Axis class.

StripLine objects can be appended, inserted or removed from the collection at both design-time and run-time.

Note that strip lines can be displayed once or repeatedly for a set interval.

The Count property indicates the total number of items in the collection, and is commonly used to find the upper bound of the collection.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WinControl.StripLinesCollection

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.