Chart.ShowLegendFieldButtons Property
Returns or sets a value that indicates whether to display legend field buttons on a PivotChart. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ShowLegendFieldButtons As Boolean
Get
Set
'Usage
Dim instance As Chart
Dim value As Boolean
value = instance.ShowLegendFieldButtons
instance.ShowLegendFieldButtons = value
bool ShowLegendFieldButtons { get; set; }
Property Value
Type: System.Boolean
Remarks
This member is part of the shared chart object model infrastructure between Microsoft Word, Microsoft Excel, and Microsoft PowerPoint and is not meant to be called directly from your code. Reading or setting this property causes a run-time error. In PowerPoint 2010, you cannot create a PivotChart, and copying or pasting a valid PivotChart from Excel to a PowerPoint presentation will convert the PivotChart to a Chart.