Histogram Chart Style
Immutable v3 style for io.github.hdcharts.charts.HistogramChart.
Histograms render pre-binned counts in equal-width adjacent bars. Histogram defaults enforce contiguous bins and a zero baseline by default; consumers can still override spacing, minimum bar width, and explicit range. The chart-level selection state is a top-level composable parameter, not part of this style.
Constructors
Properties
Axis lines and X/Y label configuration.
Bar visual block. Default HistogramChartDefaults.bars produces adjacent bins (zero spacing) and a 10.dp minimum bar width; call sites can override.
The shared container presentation.
Horizontal grid configuration.
Optional fixed Y-axis range. Defaults to a zero minimum so a bin count of zero renders at the baseline.
Selection indicator configuration.
Whether zoom controls appear in the chart header.