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.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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.