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

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

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

Declaration

public enum XlDataBarDirection

Members

Name Description
Context

Specifies the direction based on the current locale.

LeftToRight

Specifies the left-to-right direction.

RightToLeft

Specifies the right-to-left direction.

Related API Members

The following properties accept/return XlDataBarDirection values:

See Also