Analysis Waterfall Chart Sort Configuration
data class AnalysisWaterfallChartSortConfiguration(val breakdownItemsLimit: AnalysisItemsLimitConfiguration? = null, val categorySort: List<AnalysisFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(breakdownItemsLimit: AnalysisItemsLimitConfiguration? = null, categorySort: List<AnalysisFieldSortOptions>? = null)