Skip to main content
A newer version of this page is available.
All docs
V19.1

Member Table: Conditional Formatting

The following table lists members related to conditional formatting for different dashboard items.

Dashboard Item API Description
GridDashboardItem GridDashboardItem.FormatRules Provides access to format rules of the Grid dashboard item.
PivotDashboardItem PivotDashboardItem.FormatRules Provides access to format rules of the Pivot dashboard item.
Name Description
FormatConditionValue A format condition used to apply formatting according to predefined values.
FormatConditionTopBottom A format condition used to apply formatting to top/bottom values.
FormatConditionAverage A format condition used to apply formatting according to the average value.
FormatConditionRangeSet A format condition used to apply formatting using value ranges and corresponding style settings.
FormatConditionRangeGradient A format condition used to apply formatting using value ranges and a specified color gradient.
FormatConditionBar A format condition used to visualize numeric values using bars.
FormatConditionColorRangeBar A format condition used to visualize numeric values using bars whose colors are contained in the specified color set.
FormatConditionGradientRangeBar A format condition used to visualize numeric values using bars whose colors are contained in the specified color gradient.
FormatConditionDateOccuring Use the FormatConditionDateOccurring class instead.
FormatConditionExpression A format condition used to apply formatting according to the specified expression.