Back to Devexpress

XlCondFmtAxisPosition Enum

corelibraries-devexpress-dot-export-dot-xl-5ab78529.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlCondFmtAxisPosition
vb
Public Enum XlCondFmtAxisPosition

Members

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

|

The following properties accept/return XlCondFmtAxisPosition values:

See Also

DevExpress.Export.Xl Namespace