[]
Represents the color of the markers for points in a sparkline.
public interface ISparkColor
Gets an IFormatColor object that you can use to set the color of the markers for points in a sparkline.
IFormatColor Color { get; }
Gets or sets whether the point is visible.
bool Visible { get; set; }
True if the point is visible; otherwise, false.