EnumDataBarAxisPosition
Enum
Specifies where the axis is positioned in data bar conditional formatting, affecting how positive and negative values are displayed.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public enum DataBarAxisPosition
Fields
Automatic
Positions the axis automatically based on the presence of negative values in the range.
CellMidPoint
Positions the axis at the cell's midpoint, with positive values extending right and negative values extending left.
None
Displays data bars without an axis, so positive and negative values extend in the same direction.