public static interface ItemsLimitConfiguration.Builder extends SdkPojo, CopyableBuilder<ItemsLimitConfiguration.Builder,ItemsLimitConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ItemsLimitConfiguration.Builder |
itemsLimit(Long itemsLimit)
The limit on how many items of a field are showed in the chart.
|
ItemsLimitConfiguration.Builder |
otherCategories(OtherCategories otherCategories)
The
Show other of an axis in the chart. |
ItemsLimitConfiguration.Builder |
otherCategories(String otherCategories)
The
Show other of an axis in the chart. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildItemsLimitConfiguration.Builder itemsLimit(Long itemsLimit)
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.
itemsLimit - 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.ItemsLimitConfiguration.Builder otherCategories(String otherCategories)
The Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
otherCategories - The Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategories,
OtherCategoriesItemsLimitConfiguration.Builder otherCategories(OtherCategories otherCategories)
The Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
otherCategories - The Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategories,
OtherCategoriesCopyright © 2023. All rights reserved.