XlErrorBarDirection Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies which axis values are to receive error bars.

public enum class XlErrorBarDirection
public enum XlErrorBarDirection
type XlErrorBarDirection = 
Public Enum XlErrorBarDirection
Inheritance
XlErrorBarDirection

Fields

xlChartX -4168

You should access and use this enumeration from the Excel primary interop assembly (PIA). Bars run parallel to the Y axis for X-axis values.

xlChartY 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Bars run parallel to the X axis for Y-axis values.

Applies to