[]
Represents the settings for the horizontal axes of a group of sparklines.
public interface ISparkHorizontalAxis
Gets the ISparkColor object that specifies the color of the horizontal axis of the sparkline.
ISparkColor Axis { get; }
Gets whether the horizontal axis of the sparkline is based on date values.
bool IsDateAxis { get; }
True if the horizontal axis of the sparkline is based on date values; otherwise, false.
Gets or sets whether the points on the horizontal axis are plotted in right-to-left order.
bool RightToLeftPlotOrder { get; set; }
True if the points on the horizontal axis are plotted in right-to-left order; otherwise, false.