Setting | Description |
FillColor | Changes the object fill color dynamically. |
Expression | the value used for the FillColor dynamic. |
Change Color | •UsingLimits—The resulting color is determined when the value is equal or higher than one of the limits. •AbsoluteValue—The color will be the expression value. The value must be a valid color name or hexadecimal color. For example: "White" or "#FFFFFFFF" Example Limits: 1 - Red 10 - Blue When the value is 0, the object will have its own color (fill color dynamic will not do anything) When the value is 1 to 9, the object will have the red color. When the value is greater than 10, the object will have the blue color. |
LineColor | Changes the object line color dynamically:. |
Expression | the value used for the LineColor dynamic. |
Change Color | •UsingLimits—The resulting color is determined when the value is equal or higher than one of the limits. •AbsoluteValue—The color will be the expression value. The value must be a valid color name or hexadecimal color. For example: "White" or "#FFFFFFFF" Example Limits: 1 - Red 10 - Blue When the value is 0, the object will have its own color (fill color dynamic will not do anything) When the value is 1 to 9, the object will have the red color. When the value is greater than 10, the object will have the blue color. |
TextColor | Changes the object text color dynamically:. |
Expression | the value used for the TextColor dynamic. |
Change Color | •UsingLimits—The resulting color is determined when the value is equal or higher than one of the limits. •AbsoluteValue—The color will be the expression value. The value must be a valid color name or hexadecimal color. For example: "White" or "#FFFFFFFF" Example Limits: 1 - Red 10 - Blue When the value is 0, the object will have its own color (fill color dynamic will not do anything) When the value is 1 to 9, the object will have the red color. When the value is greater than 10, the object will have the blue color. |