Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPointSeries Class
Members


In This Topic
    XYZPointSeries Class
    In This Topic
    Represents a point series in an XYZ plot area.
    Syntax
    'Declaration
     
    
    Public Class XYZPointSeries 
       Inherits XYZSeries
    'Usage
     
    
    Dim instance As XYZPointSeries
    public class XYZPointSeries : XYZSeries 
    Remarks
    Each point contains three values: x, y, and z. Point borders and point fills can be assgined 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.XYZPointSeries

    See Also