Chart.HasPivotFields Property

Determines if the PivotChart controls are displayed on the specified PivotChart report

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

Syntax

'Declaration
Property HasPivotFields As Boolean
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Boolean

value = instance.HasPivotFields

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

Property Value

Type: System.Boolean
Boolean For a regular chart, this property always returns False and cannot be set.

Remarks

The default value is True

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace