com.supermap.web.iServerJava6R.themeServices
public class ThemeGraphAxesTextDisplayMode
继承 ThemeGraphAxesTextDisplayMode Inheritance Object

统计专题图坐标轴文本显示模式.

统计专题图坐标轴文本显示模式,提供了3种类型的坐标轴文本显示模式,分别是显示全部文本,不显示文本,显示Y轴文本。



公共常量
  常量 定义方
    ALL : String = ALL
[static] 显示全部文本。
ThemeGraphAxesTextDisplayMode
    NONE : String = NONE
[static] 没有显示。
ThemeGraphAxesTextDisplayMode
    YAXES : String = YAXES
[static] 显示Y轴的文本。
ThemeGraphAxesTextDisplayMode
常量描述
ALL 常量
public static const ALL:String = ALL

显示全部文本。

NONE 常量  
public static const NONE:String = NONE

没有显示。

YAXES 常量  
public static const YAXES:String = YAXES

显示Y轴的文本。