XlCondFmtRuleDataBar.Direction Property
Gets or sets the direction of data bars.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| XlDataBarDirection | One of the XlDataBarDirection enumerator values. |
Available values:
| 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. |
Remarks
The default value for the Directon property is Context, which uses the direction of the current locale. To force values to be reversed for left-to-right languages, set the Direction property to LeftToRight value. To do the same for right-to-left languages, set the Direction property to the RightToLeft value.
See Also