new SuperMap.ThemeGraphAxes(options)
common/iServer/ThemeGraphAxes.js, line 5
Name | Type | Description |
---|---|---|
options |
Object |
可选参数。 |
Members
-
axesColorSuperMap.ServerColor
-
坐标轴颜色,默认为黑色。当 axesDisplayed = true 时有效。
-
axesDisplayedboolean
-
是否显示坐标轴。默认为 false,即不显示。
由于饼状图和环状图无坐标轴,故该属性以及所有与坐标轴设置相关的属性都不适用于它们。并且只有当该值为 true 时,其它设置坐标轴的属性才起作用。 -
axesGridDisplayedboolean
-
是否在统计图坐标轴上显示网格。默认为 false,即不显示。
-
axesTextDisplayedboolean
-
是否显示坐标轴的文本标注。默认为 false,即不显示。
-
axesTextStyleSuperMap.ServerTextStyle
-
坐标轴文本风格。当 axesTextDisplayed = true 时有效。
Methods
-
staticSuperMap.ThemeGraphAxes.fromObj(obj){SuperMap.ThemeGraphAxes}
common/iServer/ThemeGraphAxes.js, line 76 -
从传入对象获取统计专题图坐标轴样式类。
Name Type Description obj
Object 传入对象
Returns:
Type Description SuperMap.ThemeGraphAxes ThemeGraphAxes对象 -
destroy()
common/iServer/ThemeGraphAxes.js, line 57 -
释放资源,将引用资源的属性置空。