new SuperMap.ThemeGraphText(options)
common/iServer/ThemeGraphText.js, line 9
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
可选参数。
|
Members
-
graphTextDisplayedboolean
-
是否显示统计图上的文字标注。
-
graphTextFormatSuperMap.ThemeGraphTextFormat
-
统计专题图文本显示格式。 文本显示格式包括百分数、真实数值、标题、标题+百分数、标题+真实数值。
- Default Value: SuperMap.ThemeGraphTextFormat.CAPTION
graphTextStyleSuperMap.ServerTextStyle
统计图上的文字标注风格。
Methods
-
SuperMap.ThemeGraphText.fromObj(obj){SuperMap.ThemeGraphText}
common/iServer/ThemeGraphText.js, line 62 -
从传入对象获取统计图文字标注风格类。
Name Type Description obj
Object 传入对象。
Returns:
Type Description SuperMap.ThemeGraphText ThemeGraphText 对象。 -
destroy()
common/iServer/ThemeGraphText.js, line 48 -
释放资源,将引用资源的属性置空。