Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PlotAreaAttribute Class / PlotAreaType Property


In This Topic
    PlotAreaType Property
    In This Topic
    Gets the type of the plot area which can contain the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotAreaType As Type
    'Usage
     
    
    Dim instance As PlotAreaAttribute
    Dim value As Type
     
    value = instance.PlotAreaType
    public Type PlotAreaType {get;}

    Property Value

    The type of the plot area.
    See Also