SparkColor.Visible Property

Definition

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.

Applies to