Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#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