Name | Type | Description | Possible Values | Default Value |
by | double | Width of intervals (continuous data only). | Any double value > 0. | 0.1 |
fillColor | Color | Color to use for the bars. | Any valid Color. | Color.blue. |
from | double | Lower limit for first interval (numeric data only). | Any double value. | 0.0 |
resolution | int | For continuous distributions, the number of points at which the function is calculated. | 50+ | 500 |
scaleByPercentage | boolean | Whether to scale the axes by percentage rather than frequency. | true,false | false |
to | double | Upper limit for last interval (numeric data only). | Double value > from. | 1.0 |