FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPointSeries Class
Members


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