[]
Represents the settings for the horizontal and vertical axes of a group of sparklines.
public interface ISparkAxes
Gets the ISparkHorizontalAxis object for the specified ISparkAxes object.
ISparkHorizontalAxis Horizontal { get; }
Gets the ISparkVerticalAxis object for the specified ISparkAxes object.
ISparkVerticalAxis Vertical { get; }