Class: ThemeGraphSize

ThemeGraphSize

统计专题图符号尺寸类。

new SuperMap.ThemeGraphSize(options)

common/iServer/ThemeGraphSize.js, line 3
Name Type Description
options Object

可选参数。如:
maxGraphSize - {number}统计图中显示的最大图表尺寸基准值。
minGraphSize - {number}统计图中显示的最小图表尺寸基准值。

Members

maxGraphSizenumber

获取或设置统计图中显示的最大图表尺寸基准值,默认为0像素。

minGraphSizenumber

获取或设置统计图中显示的最小图表尺寸基准值,默认为0像素。

Methods

staticSuperMap.ThemeGraphSize.fromObj(obj){SuperMap.ThemeGraphSize}

common/iServer/ThemeGraphSize.js, line 40

从传入对象获统计专题图符号尺寸类。

Name Type Description
obj Object

传入对象

Returns:
Type Description
SuperMap.ThemeGraphSize ThemeGraphSize对象

destroy()

common/iServer/ThemeGraphSize.js, line 30

释放资源,将引用资源的属性置空。