Enum DataBarAxisPosition
Specifies where the axis is positioned in data bar conditional formatting, affecting how positive and negative values are displayed.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum DataBarAxisPosition
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.