Pivot Grid for WinForms - Apply Format Rules to the Data Cells
The following example shows how to apply a data bar format condition (the FormatConditionRuleDataBar class) to the Pivot Grid data cells. The Pivot Grid paints cells placed at the intersection of the Year
column and the Sales Person
row with the yellow gradient. A longer bar corresponds to a higher value, and a shorter bar corresponds to a lower value.
Files to Review
Documentation
More Examples
How to Display KPI Graphics in the Pivot Grid bound to an MS SQL Data Source