XlErrorBarDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |