Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZPointSeries Class / XYZPointSeries Constructor / XYZPointSeries Constructor()
Example


In This Topic
    XYZPointSeries Constructor()
    In This Topic
    Creates a new series.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New XYZPointSeries()
    public XYZPointSeries()
    Example
    This example creates an XYZ point series.
    See Also