接口 ISparkAxes
public interface ISparkAxes
Represents the settings for the horizontal and vertical axes of a group of sparklines.
-
方法概要
修饰符和类型方法说明Gets theISparkHorizontalAxis
object for the specifiedISparkAxes
object.Gets theISparkVerticalAxis
object for the specifiedISparkAxes
object.
-
方法详细资料
-
getHorizontal
ISparkHorizontalAxis getHorizontal()Gets theISparkHorizontalAxis
object for the specifiedISparkAxes
object. -
getVertical
ISparkVerticalAxis getVertical()Gets theISparkVerticalAxis
object for the specifiedISparkAxes
object.
-