com.supermap.web.iServerJava6R.themeServices
public class ThemeGraphType
继承 ThemeGraphType Inheritance Object

统计专题图类型.

该枚举主要用来设置制作的统计图的类型。提供了13种类型的统计图,分别为面积图、阶梯图、折线图、点状图、柱状图、三维柱状图、饼图、三维饼图、玫瑰图、三维玫瑰图、堆叠柱状图、三维堆叠柱状图、环状图。



公共常量
  常量 定义方
    AREA : String = AREA
[static] 面积图。
ThemeGraphType
    BAR : String = BAR
[static] 柱状图。
ThemeGraphType
    BAR3D : String = BAR3D
[static] 三维柱状图。
ThemeGraphType
    LINE : String = LINE
[static] 折线图。
ThemeGraphType
    PIE : String = PIE
[static] 饼图。
ThemeGraphType
    PIE3D : String = PIE3D
[static] 三维饼图。
ThemeGraphType
    POINT : String = POINT
[static] 点状图。
ThemeGraphType
    RING : String = RING
[static] 环状图。
ThemeGraphType
    ROSE : String = ROSE
[static] 玫瑰图。
ThemeGraphType
    ROSE3D : String = ROSE3D
[static] 三维玫瑰图。
ThemeGraphType
    STACK_BAR : String = STACK_BAR
[static] 堆叠柱状图。
ThemeGraphType
    STACK_BAR3D : String = STACK_BAR3D
[static] 三维堆叠柱状图。
ThemeGraphType
    STEP : String = STEP
[static] 阶梯图。
ThemeGraphType
常量描述
AREA 常量
public static const AREA:String = AREA

面积图。

BAR 常量  
public static const BAR:String = BAR

柱状图。

BAR3D 常量  
public static const BAR3D:String = BAR3D

三维柱状图。

LINE 常量  
public static const LINE:String = LINE

折线图。

PIE 常量  
public static const PIE:String = PIE

饼图。

PIE3D 常量  
public static const PIE3D:String = PIE3D

三维饼图。

POINT 常量  
public static const POINT:String = POINT

点状图。

RING 常量  
public static const RING:String = RING

环状图。

ROSE 常量  
public static const ROSE:String = ROSE

玫瑰图。

ROSE3D 常量  
public static const ROSE3D:String = ROSE3D

三维玫瑰图。

STACK_BAR 常量  
public static const STACK_BAR:String = STACK_BAR

堆叠柱状图。

STACK_BAR3D 常量  
public static const STACK_BAR3D:String = STACK_BAR3D

三维堆叠柱状图。

STEP 常量  
public static const STEP:String = STEP

阶梯图。