Back to Devexpress

ConditionalFormattingDataBarAxisPosition Enum

officefileapi-devexpress-dot-spreadsheet-23605a8d.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ConditionalFormattingDataBarAxisPosition
vb
Public Enum ConditionalFormattingDataBarAxisPosition

Members

NameDescription
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.

|

The following properties accept/return ConditionalFormattingDataBarAxisPosition values:

Remarks

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

See Also

DevExpress.Spreadsheet Namespace