Compartilhar via


SparkColor.Visible Property

Gets or sets whether the point is visible.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As SparkColor
Dim value As Boolean

value = instance.Visible

instance.Visible = value
bool Visible { get; set; }

Property Value

Type: System.Boolean
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.

See Also

Reference

SparkColor Interface

SparkColor Members

Microsoft.Office.Interop.Excel Namespace