Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PlotAreaType Enumeration


In This Topic
    PlotAreaType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum PlotAreaType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PlotAreaType
    public enum PlotAreaType : System.Enum 
    Members
    MemberDescription
    DoughnutPlotArea 
    EmptyPlotArea 
    PiePlotArea 
    RadarPlotArea 
    SunburstPlotArea 
    TreemapPlotArea 
    XYPlotArea 
    XYZPlotArea 
    YPlotArea 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.PlotAreaType

    See Also