Skip to main content
A newer version of this page is available. .
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.v18.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.

Related API Members

The following properties accept/return ConditionalFormattingDataBarAxisPosition values:

Remarks

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

See Also