Class: ThemeGraphSize

SuperMap. ThemeGraphSize static

统计专题图符号尺寸类。

new SuperMap.ThemeGraphSize(options)

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

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

Members

maxGraphSizenumber

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

minGraphSizenumber

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

Methods

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

common/iServer/ThemeGraphSize.js, line 44

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

Name Type Description
obj Object

传入对象

Returns:
Type Description
SuperMap.ThemeGraphSize ThemeGraphSize对象

destroy()

common/iServer/ThemeGraphSize.js, line 34

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