Class CfnDashboard.ScatterPlotSortConfigurationProperty
The sort configuration of a scatter plot.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ScatterPlotSortConfigurationProperty : Object, CfnDashboard.IScatterPlotSortConfigurationProperty
Syntax (vb)
Public Class ScatterPlotSortConfigurationProperty
Inherits Object
Implements CfnDashboard.IScatterPlotSortConfigurationProperty
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 scatterPlotSortConfigurationProperty = new ScatterPlotSortConfigurationProperty {
ScatterPlotLimitConfiguration = new ItemsLimitConfigurationProperty {
ItemsLimit = 123,
OtherCategories = "otherCategories"
}
};
Synopsis
Constructors
Scatter |
Properties
Scatter |
Constructors
ScatterPlotSortConfigurationProperty()
public ScatterPlotSortConfigurationProperty()
Properties
ScatterPlotLimitConfiguration
public object ScatterPlotLimitConfiguration { get; set; }
Property Value
System.