public interface ISparkHorizontalAxis
| Modifier and Type | Method and Description |
|---|---|
ISparkColor |
getAxis()
Gets the
ISparkColor object that specifies the color of the
horizontal axis of the sparkline. |
boolean |
getIsDateAxis()
Gets whether the horizontal axis of the sparkline is based on date values.
|
boolean |
getRightToLeftPlotOrder()
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.
|
ISparkColor getAxis()
ISparkColor object that specifies the color of the
horizontal axis of the sparkline.boolean getIsDateAxis()
boolean getRightToLeftPlotOrder()
void setRightToLeftPlotOrder(boolean value)