Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PlotAreaAttribute Class / PlotAreaAttribute Constructor
Type of the plot area which can contain the series.


In This Topic
    PlotAreaAttribute Constructor
    In This Topic
    Initializes a new instance of the PlotAreaAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal plotAreaType As Type _
    )
    'Usage
     
    
    Dim plotAreaType As Type
     
    Dim instance As New PlotAreaAttribute(plotAreaType)
    public PlotAreaAttribute( 
       Type plotAreaType
    )

    Parameters

    plotAreaType
    Type of the plot area which can contain the series.
    See Also