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


In This Topic
    XYBubbleSeries Constructor()
    In This Topic
    Creates a new series.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New XYBubbleSeries()
    public XYBubbleSeries()
    Example
    This example creates a chart control.
    See Also