Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartCommand.ComboChartType Enumeration


In This Topic
    ChartCommand.ComboChartType Enumeration
    In This Topic
    Specifies the chart type.
    Syntax
    'Declaration
     
    
    Public Enum ChartCommand.ComboChartType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartCommand.ComboChartType
    public enum ChartCommand.ComboChartType : System.Enum 
    Members
    MemberDescription
    ClusteredColumn2ndLineClustered Column - Line on Secondary Axis
    ClusteredColumnLineClustered Column - Line
    StackedAreaClusteredColumnStacked Area - Clustered Column
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.ChartCommand.ComboChartType

    See Also