XlCondFmtAxisPosition Enum
List values that specify the axis position between negative and positive bars when the data bar conditional formatting is applied.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
Name | Description |
---|---|
Automatic
|
Displays the axis at a variable position based on negative and positive values. |
Midpoint
|
Displays the axis at the midpoint of the cell. |
None
|
No axis is displayed. Negative and positive bars are displayed in the same direction. |
Related API Members
The following properties accept/return XlCondFmtAxisPosition values:
See Also