Enum Class ChartType

java.lang.Object
java.lang.Enum<ChartType>
com.grapecity.documents.excel.drawing.ChartType
所有已实现的接口:
Serializable, Comparable<ChartType>, Constable

public enum ChartType extends Enum<ChartType>
Specifies the chart type.
  • 枚举常量详细资料

    • Combo

      public static final ChartType Combo
      Specifies the combo type.
    • XYScatter

      public static final ChartType XYScatter
      Specifies the scatter type.
    • Radar

      public static final ChartType Radar
      Specifies the radar type.
    • Doughnut

      public static final ChartType Doughnut
      Specifies the doughnut type.
    • Pie3D

      public static final ChartType Pie3D
      Specifies the 3D pie type.
    • Line3D

      public static final ChartType Line3D
      Specifies the 3D line type.
    • Column3D

      public static final ChartType Column3D
      Specifies the 3D column type.
    • Area3D

      public static final ChartType Area3D
      Specifies the 3D area type.
    • Area

      public static final ChartType Area
      Specifies the area type.
    • Line

      public static final ChartType Line
      Specifies the line type.
    • Pie

      public static final ChartType Pie
      Specifies the pie type.
    • Bubble

      public static final ChartType Bubble
      Specifies the bubble type.
    • ColumnClustered

      public static final ChartType ColumnClustered
      Specifies the clustered column type.
    • ColumnStacked

      public static final ChartType ColumnStacked
      Specifies the stacked column.
    • ColumnStacked100

      public static final ChartType ColumnStacked100
      Specifies the 100% stacked column.
    • ColumnClustered3D

      public static final ChartType ColumnClustered3D
      Specifies the 3D clustered column.
    • ColumnStacked3D

      public static final ChartType ColumnStacked3D
      Specifies the 3D stacked column.
    • ColumnStacked1003D

      public static final ChartType ColumnStacked1003D
      Specifies the 3D 100% stacked column type.
    • BarClustered

      public static final ChartType BarClustered
      Specifies the clustered bar type.
    • BarStacked

      public static final ChartType BarStacked
      Specifies the stacked bar type.
    • BarStacked100

      public static final ChartType BarStacked100
      Specifies the 100% stacked bar type.
    • BarClustered3D

      public static final ChartType BarClustered3D
      Specifies the 3D clustered bar type.
    • BarStacked3D

      public static final ChartType BarStacked3D
      Specifies the 3D stacked bar.
    • BarStacked1003D

      public static final ChartType BarStacked1003D
      Specifies the 3D 100% stacked bar type.
    • LineStacked

      public static final ChartType LineStacked
      Specifies the stacked line type.
    • LineStacked100

      public static final ChartType LineStacked100
      Specifies the 100% stacked line type.
    • LineMarkers

      public static final ChartType LineMarkers
      Specifies a line type with markers.
    • LineMarkersStacked

      public static final ChartType LineMarkersStacked
      Specifies a stacked line type with markers.
    • LineMarkersStacked100

      public static final ChartType LineMarkersStacked100
      Specifies 100% stacked line type with markers.
    • PieOfPie

      public static final ChartType PieOfPie
      Specifies pie of pie type.
    • PieExploded

      public static final ChartType PieExploded
      Specifies the exploded pie type.
    • PieExploded3D

      public static final ChartType PieExploded3D
      Specifies the exploded 3D pie type.
    • BarOfPie

      public static final ChartType BarOfPie
      Specifies bar of pie type.
    • XYScatterSmooth

      public static final ChartType XYScatterSmooth
      Specifies the scatter with smoothed lines type.
    • XYScatterSmoothNoMarkers

      public static final ChartType XYScatterSmoothNoMarkers
      Specifies the scatter with smoothed lines and no data markers type.
    • XYScatterLines

      public static final ChartType XYScatterLines
      Specifies the scatter with lines type.
    • XYScatterLinesNoMarkers

      public static final ChartType XYScatterLinesNoMarkers
      Specifies the scatter with lines and no data markers type.
    • AreaStacked

      public static final ChartType AreaStacked
      Specifies the stacked area type.
    • AreaStacked100

      public static final ChartType AreaStacked100
      Specifies the 100% stacked area type.
    • AreaStacked3D

      public static final ChartType AreaStacked3D
      Specifies the 3D stacked area type.
    • AreaStacked1003D

      public static final ChartType AreaStacked1003D
      Specifies the 100% stacked area type.
    • DoughnutExploded

      public static final ChartType DoughnutExploded
      Specifies the exploded doughnut type.
    • RadarMarkers

      public static final ChartType RadarMarkers
      Specifies the radar with data markers type.
    • RadarFilled

      public static final ChartType RadarFilled
      Specifies the filled radar type.
    • Surface

      public static final ChartType Surface
      Specifies the 3D surface type.
    • SurfaceWireframe

      public static final ChartType SurfaceWireframe
      Specifies the 3D surface (wireframe) type.
    • SurfaceTopView

      public static final ChartType SurfaceTopView
      Specifies the surface (top view) type.
    • SurfaceTopViewWireframe

      public static final ChartType SurfaceTopViewWireframe
      Specifies the surface (top view wireframe) type.
    • Bubble3DEffect

      public static final ChartType Bubble3DEffect
      Specifies the bubble with 3D effects type.
    • StockHLC

      public static final ChartType StockHLC
      Specifies the high-low-close type.
    • StockOHLC

      public static final ChartType StockOHLC
      Specifies open-high-low-close type.
    • StockVHLC

      public static final ChartType StockVHLC
      Specifies the volume-high-low-close type.
    • StockVOHLC

      public static final ChartType StockVOHLC
      Specifies the volume-open-high-low-close type.
    • Sunburst

      public static final ChartType Sunburst
      Specifies the sunburst type.
    • Treemap

      public static final ChartType Treemap
      Specifies the treemap type.
    • BoxWhisker

      public static final ChartType BoxWhisker
      Specifies the box and whisker type.
    • Funnel

      public static final ChartType Funnel
      Specifies the funnel type.
    • Waterfall

      public static final ChartType Waterfall
      Specifies the waterfall type.
    • Histogram

      public static final ChartType Histogram
      Specifies the histogram type.
    • Pareto

      public static final ChartType Pareto
      Specifies the pareto type.
  • 方法详细资料

    • values

      public static ChartType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChartType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值