UDataBarConfig
DataBar configuration Object for the conditional format
public struct UDataBarConfig
Remarks
Represents the configuration for a conditional formatting Data Bar. This struct defines visual and value settings for displaying a horizontal bar within cells, based on the cell’s value in relation to a defined range.
Properties
| Property | Type | Description |
|---|---|---|
| isGradient | bool | True for a gradient data bar |
| isShowValue | bool | True to show the numerical value alongside the data bar |
| min | UValueConfig | Minimum value configuration for the data bar |
| max | UValueConfig | Maximum value configuration for the data bar |
| nativeColor | string | Color for negative values (Hexadecimal format) |
| positiveColor | string | Color for positive values (Hexadecimal format) |