com.supermap.mapping.dyn

类 DynamicChart

    • 构造器详细资料

      • DynamicChart

        public DynamicChart()
        构造函数。
    • 方法详细资料

      • getAxesColor

        public int getAxesColor()
        获取坐标轴颜色。
        返回:
        坐标轴颜色。
      • setAxesColor

        public void setAxesColor(int axesColor)
        设置坐标轴颜色。
        参数:
        axesColor - 坐标轴颜色。
      • setChartSize

        public void setChartSize(int width,
                                 int height)
        设置图表大小。
        参数:
        width - 图表宽度,单位为像素。
        height - 图表高度,单位为像素。
      • getChartWidth

        public int getChartWidth()
        获取图表宽度。
        返回:
        图表宽度,单位为像素。
      • getChartHeight

        public int getChartHeight()
        获取图表高度。
        返回:
        图表高度,单位为像素。
      • getChartTile

        public java.lang.String getChartTile()
        获取标题。
        返回:
        标题。
      • setChartTile

        public void setChartTile(java.lang.String chartTile,
                                 int color,
                                 float textSize)
        设置图表标题、颜色和字体大小。
        参数:
        chartTile - 标题。
        color - 颜色。
        textSize - 字体大小。
      • setShowGrid

        public void setShowGrid(boolean isShowGridX,
                                boolean isShowGridY)
        设置是否显示网格。
        参数:
        isShowGridX - 是否显示X轴网格。
        isShowGridY - 是否显示Y轴网格。
      • isShowGridX

        public boolean isShowGridX()
        获取是否显示网格X。
        返回:
        是否显示网格X。
      • isShowGridY

        public boolean isShowGridY()
        获取是否显示网格Y。
        返回:
        是否显示网格Y。