Class: ThemeGraphSize

SuperMap.ThemeGraphSize

统计专题图符号尺寸类。

new SuperMap.ThemeGraphSize(options)

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

参数。

Name Type Default Description
maxGraphSize number 0 可选

统计图中显示的最大图表尺寸基准值。

minGraphSize number 0 可选

统计图中显示的最小图表尺寸基准值。

Members

maxGraphSizenumber

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

minGraphSizenumber

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

Methods

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

common/iServer/ThemeGraphSize.js, line 47

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

Name Type Description
obj Object

传入对象。

Returns:
Type Description
SuperMap.ThemeGraphSize ThemeGraphSize 对象。

destroy()

common/iServer/ThemeGraphSize.js, line 37

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