DashboardLineChartSortConfigurationArgs

data class DashboardLineChartSortConfigurationArgs(val categoryItemsLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null, val colorItemsLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, val smallMultiplesLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, val smallMultiplesSort: Output<List<DashboardFieldSortOptionsArgs>>? = null) : ConvertibleToJava<DashboardLineChartSortConfigurationArgs>

Constructors

Link copied to clipboard
constructor(categoryItemsLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null, colorItemsLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, smallMultiplesLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, smallMultiplesSort: Output<List<DashboardFieldSortOptionsArgs>>? = null)

Properties

Link copied to clipboard

The limit on the number of categories that are displayed in a line chart.

Link copied to clipboard

The sort configuration of the category fields.

Link copied to clipboard

The limit on the number of lines that are displayed in a line 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(): DashboardLineChartSortConfigurationArgs