AnalysisBarChartSortConfigurationArgs

data class AnalysisBarChartSortConfigurationArgs(val categoryItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, val colorItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, val colorSort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, val smallMultiplesLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, val smallMultiplesSort: Output<List<AnalysisFieldSortOptionsArgs>>? = null) : ConvertibleToJava<AnalysisBarChartSortConfigurationArgs>

Constructors

Link copied to clipboard
constructor(categoryItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, categorySort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, colorItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, colorSort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, smallMultiplesLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, smallMultiplesSort: Output<List<AnalysisFieldSortOptionsArgs>>? = null)

Properties

Link copied to clipboard

The limit on the number of categories displayed in a bar chart.

Link copied to clipboard

The sort configuration of category fields.

Link copied to clipboard

The limit on the number of values displayed in a bar chart.

Link copied to clipboard

The sort configuration of color fields in a bar chart.

Link copied to clipboard

The limit on the number of small multiples panels that are displayed.

Link copied to clipboard

The sort configuration of the small multiples field.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisBarChartSortConfigurationArgs