Share via


_Chart.PlotVisibleOnly Property

True if only visible cells are plotted. False if both visible and hidden cells are plotted.

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

Syntax

'Declaration
Property PlotVisibleOnly As Boolean
    Get
    Set
'Usage
Dim instance As _Chart
Dim value As Boolean

value = instance.PlotVisibleOnly

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

Property Value

Type: System.Boolean

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace