Enum DataBarDirection
Specifies the direction in which data bars extend within cells for conditional formatting visualization.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum DataBarDirection
Context
Determines the direction automatically based on the current reading order context (LTR or RTL).
LeftToRight
Extends data bars from left to right, regardless of reading order.
RightToLeft
Extends data bars from right to left, regardless of reading order.