Chart.HasPivotFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the PivotChart controls are displayed on the specified PivotChart report
public:
property bool HasPivotFields { bool get(); void set(bool value); };
public bool HasPivotFields { get; set; }
member this.HasPivotFields : bool with get, set
Public Property HasPivotFields As Boolean
Property Value
Boolean For a regular chart, this property always returns False and cannot be set.
Remarks
The default value is True