Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Line Class
Members


Line Class
Represents the Base class for lines. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class Line 
 
'Usage
 
Dim instance As Line
Inheritance Hierarchy

System.Object
   FarPoint.Win.Chart.Line
      FarPoint.Win.Chart.NoLine
      FarPoint.Win.Chart.SolidLine

See Also