Version

DataBarAxisPosition Enumeration

Constants which determine the axis position for a DataBarConditionalFormat.
Syntax
'Declaration
 
Public Enum DataBarAxisPosition 
   Inherits System.Enum
public enum DataBarAxisPosition : System.Enum 
Members
MemberDescription
AutomaticDisplays the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the associated range. Positive values are displayed in a left-to-right direction; negative values are displayed from right to left. When all values are positive, or all values are negative, no axis is displayed.
MidpointDisplays the axis at the midpoint of the cell, regardless of the set of values in the associated range. Positive values are displayed in a left-to-right direction; negative values are displayed from right to left.
NoneNo axis is displayed; positive and negative values are both displayed in the left-to-right direction.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also