Enum
DataBarAxisPosition

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.

Declaration

cs-api-definition
Automatic = 0

Field Value

DataBarAxisPosition

CellMidPoint

Positions the axis at the cell's midpoint, with positive values extending right and negative values extending left.

Declaration

cs-api-definition
CellMidPoint = 2

Field Value

DataBarAxisPosition

None

Displays data bars without an axis, so positive and negative values extend in the same direction.

Declaration

cs-api-definition
None = 1

Field Value

DataBarAxisPosition

In this article
DefinitionFieldsAutomaticCellMidPointNone
Not finding the help you need?
Contact Support