XlErrorBarDirection Enumeration

Specifies which axis values are to receive error bars.

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

Syntax

'Declaration
<GuidAttribute("3AD2FBBD-B1AE-4BED-925D-CE60450115CB")> _
Public Enumeration XlErrorBarDirection
'Usage
Dim instance As XlErrorBarDirection
[GuidAttribute("3AD2FBBD-B1AE-4BED-925D-CE60450115CB")]
public enum XlErrorBarDirection

Members

Member name Description
xlChartX Bars run parallel to the y-axis for x-axis values.
xlChartY Bars run parallel to the x-axis for y-axis values.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace