Package com.grapecity.documents.excel
Interface ISparkAxes
public interface ISparkAxes
Represents the settings for the horizontal and vertical axes of a group of sparklines.
-
Method Summary
Modifier and TypeMethodDescriptionGets theISparkHorizontalAxisobject for the specifiedISparkAxesobject.Gets theISparkVerticalAxisobject for the specifiedISparkAxesobject.
-
Method Details
-
getHorizontal
ISparkHorizontalAxis getHorizontal()Gets theISparkHorizontalAxisobject for the specifiedISparkAxesobject. -
getVertical
ISparkVerticalAxis getVertical()Gets theISparkVerticalAxisobject for the specifiedISparkAxesobject.
-