Class: ThemeGraphText

ThemeGraphText

统计图文字标注风格类。

new SuperMap.ThemeGraphText(options)

common/iServer/ThemeGraphText.js, line 5
Name Type Description
options Object

可选参数。
graphTextDisplayed - {boolean} 是否显示统计图上的文字标注。
graphTextFormat - {SuperMap.ThemeGraphTextFormat} 统计专题图文本显示格式。
graphTextStyle - {SuperMap.ServerTextStyle} 统计图上的文字标注风格。

Members

graphTextDisplayedboolean

是否显示统计图上的文字标注。默认为 false,即不显示。

统计专题图文本显示格式。
文本显示格式包括百分数、真实数值、标题、标题+百分数、标题+真实数值。默认为 SuperMap.ThemeGraphTextFormat.CAPTION。

graphTextStyleSuperMap.ServerTextStyle

统计图上的文字标注风格。

Methods

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

common/iServer/ThemeGraphText.js, line 56

从传入对象获取统计图文字标注风格类。

Name Type Description
obj Object

传入对象

Returns:
Type Description
SuperMap.ThemeGraphText ThemeGraphText对象

destroy()

common/iServer/ThemeGraphText.js, line 42

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