| 包 | com.supermap.web.iServerJava6R.themeServices |
| 类 | public class ThemeGraphText |
| 继承 | ThemeGraphText Object |
通过该类可以设置统计图表中文字可见性以及标注风格等。
| 属性 | 定义方 | ||
|---|---|---|---|
| graphTextDisplayed : Boolean
是否显示统计图上的文字标注。默认为 false,即不显示。
|
ThemeGraphText | ||
| graphTextFormat : String
ThemeGraphTextFormat 枚举类常量。获取或设置统计专题图文本显示格式.
|
ThemeGraphText | ||
| graphTextStyle : ServerTextStyle
ServerTextStyle 对象,用于设置统计图上的文字标注风格。
|
ThemeGraphText | ||
| 方法 | 定义方 | ||
|---|---|---|---|
|
初始化 ThemeGraphText 类的新实例。
|
ThemeGraphText | ||
| graphTextDisplayed | 属性 |
graphTextDisplayed:Boolean
是否显示统计图上的文字标注。默认为 false,即不显示。
public function get graphTextDisplayed():Boolean public function set graphTextDisplayed(value:Boolean):void| graphTextFormat | 属性 |
graphTextFormat:String
ThemeGraphTextFormat 枚举类常量。获取或设置统计专题图文本显示格式.
文本显示格式包括百分数、真实数值、标题、标题+百分数、标题+真实数值。默认为 SuperMap.Web.iServerJava6R.ThemeGraphTextFormat.CAPTION。
public function get graphTextFormat():String public function set graphTextFormat(value:String):void| graphTextStyle | 属性 |
graphTextStyle:ServerTextStyle
ServerTextStyle 对象,用于设置统计图上的文字标注风格。
public function get graphTextStyle():ServerTextStyle public function set graphTextStyle(value:ServerTextStyle):void| ThemeGraphText | () | 构造函数 |
public function ThemeGraphText()
初始化 ThemeGraphText 类的新实例。