Package com.grapecity.documents.excel
Interface ISparkHorizontalAxis
public interface ISparkHorizontalAxis
Represents the settings for the horizontal axes of a group of sparklines.
-
Method Summary
Modifier and TypeMethodDescriptiongetAxis()Gets theISparkColorobject that specifies the color of thehorizontal axis of the sparkline.booleanGets whether the horizontal axis of the sparkline is based on date values.booleanGets whether the points on the horizontal axis are plotted in right-to-left order.voidsetRightToLeftPlotOrder(boolean value) Sets whether the points on the horizontal axis are plotted in right-to-left order.
-
Method Details
-
getAxis
ISparkColor getAxis()Gets theISparkColorobject 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.
-