Version

Search Results

Value Property (CriterionBase)

Returns the numeric value for this instance. Syntax Remarks This property is read-only; to assign a value type, use the SetValue(FormatConditionValueType) or SetValue(Double,FormatConditionValueType) methods. Note that the unit of measure for this value is determined by the ValueType property; for example, when Va...

ValueType Property (CriterionBase)

Returns a FormatConditionValueType value which specifies the manner in which the threshold values for this instance are determined. Syntax Remarks This property is read-only; to assign one of the following value types, use the SetValue(FormatConditionValueType) method: AutomaticLowest AutomaticHighest LowestValue ...

DataBarAxisPosition Enumeration

Constants which determine the axis position for a DataBarConditionalFormat. Syntax Members Member Description Automatic Displays the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the associated range. Positive values are displayed in a left-to-right d...

DataBarConditionalFormat Class

Exposes properties which displays data bars in a Infragistics.Documents.Excel.WorksheetCell based on the cells value as relative to the associated range. Syntax Remarks

DataBarConditionalFormat Class Events

For a list of all members of this type, see DataBarConditionalFormat members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) Top

DataBarConditionalFormat Class Members

Public Properties Public Methods Public Events

AxisColor Property (DataBarConditionalFormat)

Returns or sets a Infragistics.Documents.Excel.WorkbookColorInfo object which defines the color of the axis. Syntax

AxisPosition Property (DataBarConditionalFormat)

Returns or sets a DataBarAxisPosition value which determines whether an axis is displayed. Syntax