Back to Devexpress

XlDataBarDirection Enum

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

latest1.1 KB
Original Source

XlDataBarDirection Enum

Lists values that specify the direction of data bars when the data bar conditional format is applied.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlDataBarDirection
vb
Public Enum XlDataBarDirection

Members

NameDescription
Context

Specifies the direction based on the current locale.

| | LeftToRight |

Specifies the left-to-right direction.

| | RightToLeft |

Specifies the right-to-left direction.

|

The following properties accept/return XlDataBarDirection values:

See Also

DevExpress.Export.Xl Namespace