EnumDataBarDirection
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:
cs-api-definition
public enum DataBarDirection
Fields
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.