Show / Hide Table of Contents

Class CfnDashboard.ScatterPlotSortConfigurationProperty

The sort configuration of a scatter plot.

Inheritance
object
CfnDashboard.ScatterPlotSortConfigurationProperty
Implements
CfnDashboard.IScatterPlotSortConfigurationProperty
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 CfnDashboard.ScatterPlotSortConfigurationProperty : CfnDashboard.IScatterPlotSortConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.ScatterPlotSortConfigurationProperty Implements CfnDashboard.IScatterPlotSortConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scatterplotsortconfiguration.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 scatterPlotSortConfigurationProperty = new ScatterPlotSortConfigurationProperty {
                 ScatterPlotLimitConfiguration = new ItemsLimitConfigurationProperty {
                     ItemsLimit = 123,
                     OtherCategories = "otherCategories"
                 }
             };

Synopsis

Constructors

ScatterPlotSortConfigurationProperty()

The sort configuration of a scatter plot.

Properties

ScatterPlotLimitConfiguration

The sort configuration of a scatter plot.

Constructors

ScatterPlotSortConfigurationProperty()

The sort configuration of a scatter plot.

public ScatterPlotSortConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scatterplotsortconfiguration.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 scatterPlotSortConfigurationProperty = new ScatterPlotSortConfigurationProperty {
                 ScatterPlotLimitConfiguration = new ItemsLimitConfigurationProperty {
                     ItemsLimit = 123,
                     OtherCategories = "otherCategories"
                 }
             };

Properties

ScatterPlotLimitConfiguration

The sort configuration of a scatter plot.

public object? ScatterPlotLimitConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scatterplotsortconfiguration.html#cfn-quicksight-dashboard-scatterplotsortconfiguration-scatterplotlimitconfiguration

Implements

CfnDashboard.IScatterPlotSortConfigurationProperty
Back to top Generated by DocFX