Share via


Chart.PlotVisibleOnly Property

Gets or Sets a value that indicates whether only visible cells are plotted. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Boolean True if only visible cells are plotted. False if both visible and hidden cells are plotted.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace