Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ConditionalFormattingDataBarAxisPosition Enum

Lists values that specify the axis position between negative and positive bars when the data bar conditional format is applied.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public enum ConditionalFormattingDataBarAxisPosition

Members

Name Description
None

No axis is displayed. Negative and positive bars are displayed in the same direction.

Automatic

Displays the axis at a variable position based on negative and positive values.

Middle

Displays the axis at the midpoint of the cell.

Remarks

The values listed by this enumeration are used by the DataBarConditionalFormatting.AxisPosition property.

See Also