Show / Hide Table of Contents

Interface CfnAnalysis.IScatterPlotSortConfigurationProperty

The sort configuration of a scatter plot.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IScatterPlotSortConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysis.IScatterPlotSortConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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

Properties

ScatterPlotLimitConfiguration

The sort configuration of a scatter plot.

Properties

ScatterPlotLimitConfiguration

The sort configuration of a scatter plot.

object? ScatterPlotLimitConfiguration { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX