Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZPointSeries Class
Members


In This Topic
    XYZPointSeries Class
    In This Topic
    Represents a point series in an XYZ plot area.
    Object Model
    XYZPointSeries ClassLine ClassFill ClassFill ClassLine ClassLineCollection ClassLine ClassFill ClassFillCollection ClassFill ClassMarker ClassMarkerCollection ClassMarker ClassDoubleCollection ClassDoubleCollection ClassDoubleCollection Class
    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.Web.Chart.Series
          FarPoint.Web.Chart.XYZSeries
             FarPoint.Web.Chart.XYZPointSeries

    See Also