Expand Minimize
This topic has not yet been rated - Rate this topic

XlDataBarAxisPosition Enumeration

Office 2010

Specifies the axis position for a range of cells with conditional formatting as data bars.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
public enum XlDataBarAxisPosition
Member nameDescription
xlDataBarAxisAutomaticDisplay the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. When all values are positive or all values are negative, no axis is displayed.
xlDataBarAxisMidpointDisplay the axis at the midpoint of the cell regardless of the set of values in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction.
xlDataBarAxisNoneNo axis is displayed, and both positive and negative values are displayed in the left-to-right direction.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.