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


XYZLineSeries Class
Represents a line series in an XYZ plot area.
Syntax
'Declaration
 
Public Class XYZLineSeries 
   Inherits XYZSeries
 
'Usage
 
Dim instance As XYZLineSeries
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