Type | Description | |||
Long | A long expression that specifies the count to determine the effort of bars with variable-effort (effort of expression/string type) |
For instance, the "(hour(value) > 5 and hour(value) < 18) ? 2 : 0" indicates that the bar's effort is 2 for any hour between 6AM and 18PM, and 0 for rest.
The following screen show shows the correct histogram (HistogramUnitScale property on exHour):