Share via


Chart.ShowValueFieldButtons Property

Returns or sets a value that indicates whether to display the value 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 ShowValueFieldButtons As Boolean
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Boolean

value = instance.ShowValueFieldButtons

instance.ShowValueFieldButtons = value
bool ShowValueFieldButtons { 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.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.PowerPoint Namespace