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