Chart.HasPivotFields Property

Definition

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

Applies to