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


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

    See Also