AnalysisSmallMultiplesOptions

data class AnalysisSmallMultiplesOptions(val maxVisibleColumns: Double? = null, val maxVisibleRows: Double? = null, val panelConfiguration: AnalysisPanelConfiguration? = null, val xAxis: AnalysisSmallMultiplesAxisProperties? = null, val yAxis: AnalysisSmallMultiplesAxisProperties? = null)

Constructors

Link copied to clipboard
constructor(maxVisibleColumns: Double? = null, maxVisibleRows: Double? = null, panelConfiguration: AnalysisPanelConfiguration? = null, xAxis: AnalysisSmallMultiplesAxisProperties? = null, yAxis: AnalysisSmallMultiplesAxisProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the maximum number of visible columns to display in the grid of small multiples panels. The default is Auto , which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

Link copied to clipboard
val maxVisibleRows: Double? = null

Sets the maximum number of visible rows to display in the grid of small multiples panels. The default value is Auto , which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

Link copied to clipboard

Configures the display options for each small multiples panel.

Link copied to clipboard

The properties of a small multiples X axis.

Link copied to clipboard

The properties of a small multiples Y axis.