Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DataBarConditionalFormatting.AxisPosition Property

Gets or sets the axis position in a cell.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

ConditionalFormattingDataBarAxisPosition AxisPosition { get; set; }

Property Value

Type Description
ConditionalFormattingDataBarAxisPosition

One of the ConditionalFormattingDataBarAxisPosition enumeration values.

Remarks

The axis of data bars is displayed only when there are negative values in the range of cell to which the data bar conditional formatting rule is applied. The default value for the AxisPosition property is Automatic when the axis is displayed at a variable position based on the ratio of the minimum negative value to the maximum positive value in the range.

See Also