Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartType Enumeration


In This Topic
    SpreadChartType Enumeration
    In This Topic
    Specifies the chart type.
    Syntax
    'Declaration
     
    Public Enum SpreadChartType 
       Inherits System.Enum
    'Usage
     
    Dim instance As SpreadChartType
    public enum SpreadChartType : System.Enum 
    Members
    MemberDescription
    AreaSpecifies the area chart.
    Area3DSpecifies the 3D area chart.
    AreaStackedSpecifies the stacked area chart.
    AreaStacked100pcSpecifies the 100% stacked area chart.
    AreaStacked100pc3DSpecifies the 100% 3D stacked area chart.
    AreaStacked3DSpecifies the 3D stacked area chart.
    Bar3DSpecifies the 3D bar chart.
    BarClusteredSpecifies the clustered bar chart.
    BarStackedSpecifies the stacked bar chart.
    BarStacked100pcSpecifies the 100% stacked bar chart.
    BarStacked100pc3DSpecifies the 100% stacked 3D bar chart.
    BarStacked3DSpecifies the stacked 3D bar chart.
    BubbleSpecifies the bubble chart.
    Column3DSpecifies the 3D column chart.
    ColumnClusteredSpecifies the clustered column chart.
    ColumnStackedSpecifies the stacked column chart.
    ColumnStacked100pcSpecifies the 100% stacked column chart.
    ColumnStacked100pc3DSpecifies the 100% stacked 3D column chart.
    ColumnStacked3DSpecifies the stacked 3D column chart.
    LineSpecifies the line chart.
    Line3DSpecifies the 3D line chart.
    LineSmoothedSpecifies the smooth line chart.
    LineStackedSpecifies the stacked line chart.
    LineStacked100pcSpecifies the 100% stacked line chart.
    LineStacked100pcWithMarkersSpecifies the 100% stacked line chart with markers.
    LineStackedWithMarkersSpecifies the stacked line chart with markers.
    LineWithMarkersSpecifies the line chart with markers.
    LineWithMarkersSmoothedSpecifies the smooth line chart with markers.
    NoneSpecifies none.
    PieSpecifies the pie chart.
    Pie3DSpecifies the 3D pie chart.
    PieDoughnutSpecifies the doughnut chart.
    PieExplodedSpecifies the exploded pie chart.
    PieExploded3DSpecifies the 3D exploded pie chart.
    PieExplodedDoughnutSpecifies the exploded doughnut chart.
    RadarSpecifies the radar chart.
    RadarFilledSpecifies the filled radar chart.
    RadarWithMarkersSpecifies the radar chart with markers.
    ScatterSpecifies the scatter chart.
    ScatterLinesSpecifies the line scatter chart.
    ScatterLinesSmoothedSpecifies the smooth line scatter chart.
    ScatterLinesSmoothedWithMarkersSpecifies the smooth line scatter chart with markers.
    ScatterLinesWithMarkersSpecifies the line scatter chart with markers.
    StockHighLowOpenCloseSpecifies the high low open close stock chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.SpreadChartType

    See Also