Class CfnTemplate.ItemsLimitConfigurationProperty
The limit configuration of the visual display for an axis.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.ItemsLimitConfigurationProperty : CfnTemplate.IItemsLimitConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.ItemsLimitConfigurationProperty Implements CfnTemplate.IItemsLimitConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var itemsLimitConfigurationProperty = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
};
Synopsis
Constructors
| ItemsLimitConfigurationProperty() | The limit configuration of the visual display for an axis. |
Properties
| ItemsLimit | The limit on how many items of a field are showed in the chart. |
| OtherCategories | The |
Constructors
ItemsLimitConfigurationProperty()
The limit configuration of the visual display for an axis.
public ItemsLimitConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var itemsLimitConfigurationProperty = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
};
Properties
ItemsLimit
The limit on how many items of a field are showed in the chart.
public double? ItemsLimit { get; set; }
Property Value
Remarks
For example, the number of slices that are displayed in a pie chart.
OtherCategories
The Show other of an axis in the chart. Choose one of the following options:.
public string? OtherCategories { get; set; }