Analysis Line Chart Sort Configuration Args
data class AnalysisLineChartSortConfigurationArgs(val categoryItemsLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, val colorItemsLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, val smallMultiplesLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, val smallMultiplesSort: Output<List<AnalysisFieldSortOptionsArgs>>? = null) : ConvertibleToJava<AnalysisLineChartSortConfigurationArgs>
Constructors
Link copied to clipboard
constructor(categoryItemsLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, categorySort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, colorItemsLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, smallMultiplesLimitConfiguration: Output<AnalysisItemsLimitConfigurationArgs>? = null, smallMultiplesSort: Output<List<AnalysisFieldSortOptionsArgs>>? = 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.