Class CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty
The data configuration of the reference line.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty : CfnDashboardPropsMixin.IReferenceLineDataConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty Implements CfnDashboardPropsMixin.IReferenceLineDataConfigurationProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
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"
},
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
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.Mixins.Preview.AWS.QuickSight.Mixins;
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"
},
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
Remarks
DynamicConfiguration
The dynamic configuration of the reference line data configuration.
public object? DynamicConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IReferenceLineDynamicDataConfigurationProperty
SeriesType
The series type of the reference line data configuration. Choose one of the following options:.
public string? SeriesType { get; set; }
Property Value
Remarks
StaticConfiguration
The static data configuration of the reference line data configuration.
public object? StaticConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty