Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XlCondFmtAxisPosition

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