Interface ISparkHorizontalAxis
public interface ISparkHorizontalAxis
Represents the settings for the horizontal axes of a group of sparklines.
-
Method Summary
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
Sets whether the points on the horizontal axis are plotted in right-to-left order.
-
Method Details
-
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.
- Returns:
- 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.
- Returns:
- 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.