SparkColor.Visible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the point is visible.
public:
property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
Public Property Visible As Boolean
Property Value
true if the point is visible; otherwise, false.
Remarks
Read/write.
The setting of the Visible property corresponds to the settings of the High Point, Low Point, Negative Point, First Point, Last Point, and Markers check boxes in the Show section of the Sparkline Tools Design tab of the ribbon. Use the corresponding properties of the SparkPoints object to set the state of these check boxes.