Show / Hide Table of Contents

Class CfnTemplate.ItemsLimitConfigurationProperty

The limit configuration of the visual display for an axis.

Inheritance
object
CfnTemplate.ItemsLimitConfigurationProperty
Implements
CfnTemplate.IItemsLimitConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-itemslimitconfiguration.html

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 Show other of an axis in the chart. Choose one of the following options:.

Constructors

ItemsLimitConfigurationProperty()

The limit configuration of the visual display for an axis.

public ItemsLimitConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-itemslimitconfiguration.html

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

double?

Remarks

For example, the number of slices that are displayed in a pie chart.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-itemslimitconfiguration.html#cfn-quicksight-template-itemslimitconfiguration-itemslimit

OtherCategories

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

public string? OtherCategories { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-itemslimitconfiguration.html#cfn-quicksight-template-itemslimitconfiguration-othercategories

    Implements

    CfnTemplate.IItemsLimitConfigurationProperty
    Back to top Generated by DocFX