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:
C#
public enum DataBarAxisPosition
Fields
Positions the axis automatically based on the presence of negative values in the range.
C#
Automatic = 0
Positions the axis at the cell's midpoint, with positive values extending right and negative values extending left.
C#
CellMidPoint = 2
Displays data bars without an axis, so positive and negative values extend in the same direction.
C#
None = 1