TemplateItemsLimitConfigurationArgs

data class TemplateItemsLimitConfigurationArgs(val itemsLimit: Output<Double>? = null, val otherCategories: Output<TemplateOtherCategories>? = null) : ConvertibleToJava<TemplateItemsLimitConfigurationArgs>

Constructors

Link copied to clipboard
constructor(itemsLimit: Output<Double>? = null, otherCategories: Output<TemplateOtherCategories>? = null)

Properties

Link copied to clipboard
val itemsLimit: Output<Double>? = null

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

Link copied to clipboard

The Show other of an axis in the chart. Choose one of the following options:

Functions

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