The following tables list the members exposed by DataBarConditionalFormat.
Name | Description | |
---|---|---|
AxisColor | Returns or sets a Infragistics.Documents.Excel.WorkbookColorInfo object which defines the color of the axis. | |
AxisPosition | Returns or sets a DataBarAxisPosition value which determines whether an axis is displayed. | |
BarBorderColor | Returns or sets a Infragistics.Documents.Excel.WorkbookColorInfo object which defines the border color of the data bar. | |
BarColor | Returns or sets a Infragistics.Documents.Excel.WorkbookColorInfo object which defines the fill color of the data bar. | |
BarFillType | Returns or sets a DataBarFillType value which determines whether the data bar is filled with a solid color or a gradient. | |
ConditionType | Returns a FormatConditionType value which identifies the type of condition for this instance. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
Direction | Returns or sets a DataBarDirection value which determines the direction in which the data bar extends. | |
FillPercentMax | Returns or sets an integer value which determines the length of the longest data bar, expressed as a percentage of the cell's width. | |
FillPercentMin | Returns or sets an integer value which determines the length of the shortest data bar, expressed as a percentage of the cell's width. | |
Formula | Returns the formula which determines the values to which this condition applies. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ThresholdConditionBase) | |
MaxPoint | Returns or sets a value which determines the manner in which the longest bar is evaluated for this condition. | |
MinPoint | Returns or sets a value which determines the manner in which the shortest bar is evaluated for this condition. | |
NegativeBarFormat | Returns a NegativeBarFormat object which defines the visual attributes of negative-value data bars. | |
Priority | Returns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
Regions | Returns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
ShowBorder | Returns or sets a boolean value indicating whether borders are displayed for both negative-value and positive-value databars. | |
ShowValue | Returns or sets a boolean value indicating whether the cell value is shown along with the data bar. | |
StopIfTrue | Returns or sets a boolean indicating whether additional formatting rules are evaluated if this rule evaluates to true. Applicable only in the case where the containing collection contains more than one element. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
Workbook | Returns a reference to the associated workbook. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
Worksheet | Returns a reference to the associated worksheet. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
Name | Description | |
---|---|---|
SetFirstPriority | Sets the Priority value for this rule such that it is the first condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated collection. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
SetFormula | Assigns a new Infragistics.Documents.Excel.Formula to the ThresholdConditionBase.Formula property. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ThresholdConditionBase) | |
SetLastPriority | Sets the Priority value for this rule such that it is the last condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated ConditionalFormatCollection. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) | |
SetRegions | Replaces the existing regions with new ones (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |