Show / Hide Table of Contents

Class CfnAnalysis.ReferenceLineDataConfigurationProperty

The data configuration of the reference line.

Inheritance
object
CfnAnalysis.ReferenceLineDataConfigurationProperty
Implements
CfnAnalysis.IReferenceLineDataConfigurationProperty
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 CfnAnalysis.ReferenceLineDataConfigurationProperty : CfnAnalysis.IReferenceLineDataConfigurationProperty
Syntax (vb)
Public Class CfnAnalysis.ReferenceLineDataConfigurationProperty Implements CfnAnalysis.IReferenceLineDataConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinedataconfiguration.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 referenceLineDataConfigurationProperty = new ReferenceLineDataConfigurationProperty {
                 AxisBinding = "axisBinding",
                 DynamicConfiguration = new ReferenceLineDynamicDataConfigurationProperty {
                     Calculation = new NumericalAggregationFunctionProperty {
                         PercentileAggregation = new PercentileAggregationProperty {
                             PercentileValue = 123
                         },
                         SimpleNumericalAggregation = "simpleNumericalAggregation"
                     },
                     Column = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },

                     // the properties below are optional
                     MeasureAggregationFunction = new AggregationFunctionProperty {
                         AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                             SimpleAttributeAggregation = "simpleAttributeAggregation",
                             ValueForMultipleValues = "valueForMultipleValues"
                         },
                         CategoricalAggregationFunction = "categoricalAggregationFunction",
                         DateAggregationFunction = "dateAggregationFunction",
                         NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                             PercentileAggregation = new PercentileAggregationProperty {
                                 PercentileValue = 123
                             },
                             SimpleNumericalAggregation = "simpleNumericalAggregation"
                         }
                     }
                 },
                 SeriesType = "seriesType",
                 StaticConfiguration = new ReferenceLineStaticDataConfigurationProperty {
                     Value = 123
                 }
             };

Synopsis

Constructors

ReferenceLineDataConfigurationProperty()

The data configuration of the reference line.

Properties

AxisBinding

The axis binding type of the reference line. Choose one of the following options:.

DynamicConfiguration

The dynamic configuration of the reference line data configuration.

SeriesType

The series type of the reference line data configuration. Choose one of the following options:.

StaticConfiguration

The static data configuration of the reference line data configuration.

Constructors

ReferenceLineDataConfigurationProperty()

The data configuration of the reference line.

public ReferenceLineDataConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinedataconfiguration.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 referenceLineDataConfigurationProperty = new ReferenceLineDataConfigurationProperty {
                 AxisBinding = "axisBinding",
                 DynamicConfiguration = new ReferenceLineDynamicDataConfigurationProperty {
                     Calculation = new NumericalAggregationFunctionProperty {
                         PercentileAggregation = new PercentileAggregationProperty {
                             PercentileValue = 123
                         },
                         SimpleNumericalAggregation = "simpleNumericalAggregation"
                     },
                     Column = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },

                     // the properties below are optional
                     MeasureAggregationFunction = new AggregationFunctionProperty {
                         AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                             SimpleAttributeAggregation = "simpleAttributeAggregation",
                             ValueForMultipleValues = "valueForMultipleValues"
                         },
                         CategoricalAggregationFunction = "categoricalAggregationFunction",
                         DateAggregationFunction = "dateAggregationFunction",
                         NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                             PercentileAggregation = new PercentileAggregationProperty {
                                 PercentileValue = 123
                             },
                             SimpleNumericalAggregation = "simpleNumericalAggregation"
                         }
                     }
                 },
                 SeriesType = "seriesType",
                 StaticConfiguration = new ReferenceLineStaticDataConfigurationProperty {
                     Value = 123
                 }
             };

Properties

AxisBinding

The axis binding type of the reference line. Choose one of the following options:.

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

string

Remarks

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

    DynamicConfiguration

    The dynamic configuration of the reference line data configuration.

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

    object

    Remarks

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

    SeriesType

    The series type of the reference line data configuration. Choose one of the following options:.

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

    string

    Remarks

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

      StaticConfiguration

      The static data configuration of the reference line data configuration.

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

      object

      Remarks

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

      Implements

      CfnAnalysis.IReferenceLineDataConfigurationProperty
      Back to top Generated by DocFX