PpChartUnitEffect Enumeration

Specifies whether the graph range is animated by series, category, or element.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("B46F41B2-4241-49D4-B772-6182B7F4398D")> _
Public Enumeration PpChartUnitEffect
'Usage
Dim instance As PpChartUnitEffect
[GuidAttribute("B46F41B2-4241-49D4-B772-6182B7F4398D")]
public enum PpChartUnitEffect

Members

Member name Description
ppAnimateChartMixed Chart mixed
ppAnimateBySeries By series
ppAnimateByCategory By category
ppAnimateBySeriesElements By series elements
ppAnimateByCategoryElements By category elements
ppAnimateChartAllAtOnce Chart all at once

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace