Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZLineSeries Class
Members


In This Topic
    XYZLineSeries Class
    In This Topic
    Represents a line series in an XYZ plot area.
    Syntax
    'Declaration
     
    
    Public Class XYZLineSeries 
       Inherits XYZSeries
    'Usage
     
    
    Dim instance As XYZLineSeries
    public class XYZLineSeries : XYZSeries 
    Remarks
    Each point contains three values: x, y, and z. Line borders and line fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Chart.Series
          FarPoint.Win.Chart.XYZSeries
             FarPoint.Win.Chart.XYZLineSeries

    See Also