Share via


_Chart.HasPivotFields Property

True if the PivotChart controls are displayed on the specified PivotChart report. The default value is True. For a regular chart, this property always returns False and cannot be set.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace