接口 ISparkHorizontalAxis


public interface ISparkHorizontalAxis
Represents the settings for the horizontal axes of a group of sparklines.
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets the ISparkColor object that specifies the color of thehorizontal axis of the sparkline.
    boolean
    Gets whether the horizontal axis of the sparkline is based on date values.
    boolean
    Gets whether the points on the horizontal axis are plotted in right-to-left order.
    void
    setRightToLeftPlotOrder(boolean value)
    Sets whether the points on the horizontal axis are plotted in right-to-left order.
  • 方法详细资料

    • getAxis

      ISparkColor getAxis()
      Gets the ISparkColor object that specifies the color of thehorizontal axis of the sparkline.
    • getIsDateAxis

      boolean getIsDateAxis()
      Gets whether the horizontal axis of the sparkline is based on date values.
      返回:
      True if the horizontal axis of the sparkline is based on date values;otherwise, false.
    • getRightToLeftPlotOrder

      boolean getRightToLeftPlotOrder()
      Gets whether the points on the horizontal axis are plotted in right-to-left order.
      返回:
      True if the points on the horizontal axis are plotted inright-to-left order; otherwise, false.
    • setRightToLeftPlotOrder

      void setRightToLeftPlotOrder(boolean value)
      Sets whether the points on the horizontal axis are plotted in right-to-left order.