com.supermap.realspace
类 Theme3DGraphType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.Theme3DGraphType
-
public final class Theme3DGraphType extends Enum
三维统计专题图类型。该枚举常量包含了三维统计专题图支持的专题图类型常量,目前支持柱状图、饼图、堆叠柱状图三种类型。
-
-
字段概要
字段 限定符和类型 字段和说明 static Theme3DGraphType
BAR
柱状图。static Theme3DGraphType
PIE
饼图。static Theme3DGraphType
STACK_BAR
堆叠柱状图。
-
-
-
字段详细资料
-
BAR
public static final Theme3DGraphType BAR
柱状图。
-
PIE
public static final Theme3DGraphType PIE
饼图。
-
STACK_BAR
public static final Theme3DGraphType STACK_BAR
堆叠柱状图。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.