Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |