Class CfnTemplatePropsMixin.LineChartConfigurationProperty
The configuration of a line chart.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.LineChartConfigurationProperty : CfnTemplatePropsMixin.ILineChartConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.LineChartConfigurationProperty Implements CfnTemplatePropsMixin.ILineChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| LineChartConfigurationProperty() | The configuration of a line chart. |
Properties
| ContributionAnalysisDefaults | The default configuration of a line chart's contribution analysis. |
| DataLabels | The data label configuration of a line chart. |
| DefaultSeriesSettings | The options that determine the default presentation of all line series in |
| FieldWells | The field well configuration of a line chart. |
| ForecastConfigurations | The forecast configuration of a line chart. |
| Interactions | The general visual interactions setup for a visual. |
| Legend | The legend configuration of a line chart. |
| PrimaryYAxisDisplayOptions | The series axis configuration of a line chart. |
| PrimaryYAxisLabelOptions | The options that determine the presentation of the y-axis label. |
| ReferenceLines | The reference lines configuration of a line chart. |
| SecondaryYAxisDisplayOptions | The series axis configuration of a line chart. |
| SecondaryYAxisLabelOptions | The options that determine the presentation of the secondary y-axis label. |
| Series | The series item configuration of a line chart. |
| SingleAxisOptions | The configuration of a line chart. |
| SmallMultiplesOptions | The small multiples setup for the visual. |
| SortConfiguration | The sort configuration of a line chart. |
| Tooltip | The tooltip configuration of a line chart. |
| Type | Determines the type of the line chart. |
| VisualPalette | The visual palette configuration of a line chart. |
| XAxisDisplayOptions | The options that determine the presentation of the x-axis. |
| XAxisLabelOptions | The options that determine the presentation of the x-axis label. |
Constructors
LineChartConfigurationProperty()
The configuration of a line chart.
public LineChartConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
ContributionAnalysisDefaults
The default configuration of a line chart's contribution analysis.
public object? ContributionAnalysisDefaults { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IContributionAnalysisDefaultProperty)[]
DataLabels
The data label configuration of a line chart.
public object? DataLabels { get; set; }
Property Value
Remarks
DefaultSeriesSettings
The options that determine the default presentation of all line series in LineChartVisual .
public object? DefaultSeriesSettings { get; set; }
Property Value
Remarks
FieldWells
The field well configuration of a line chart.
public object? FieldWells { get; set; }
Property Value
Remarks
ForecastConfigurations
The forecast configuration of a line chart.
public object? ForecastConfigurations { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IForecastConfigurationProperty)[]
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
Legend
The legend configuration of a line chart.
public object? Legend { get; set; }
Property Value
Remarks
PrimaryYAxisDisplayOptions
The series axis configuration of a line chart.
public object? PrimaryYAxisDisplayOptions { get; set; }
Property Value
Remarks
PrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.
public object? PrimaryYAxisLabelOptions { get; set; }
Property Value
Remarks
ReferenceLines
The reference lines configuration of a line chart.
public object? ReferenceLines { get; set; }
Property Value
Remarks
SecondaryYAxisDisplayOptions
The series axis configuration of a line chart.
public object? SecondaryYAxisDisplayOptions { get; set; }
Property Value
Remarks
SecondaryYAxisLabelOptions
The options that determine the presentation of the secondary y-axis label.
public object? SecondaryYAxisLabelOptions { get; set; }
Property Value
Remarks
Series
The series item configuration of a line chart.
public object? Series { get; set; }
Property Value
Remarks
SingleAxisOptions
The configuration of a line chart.
public object? SingleAxisOptions { get; set; }
Property Value
Remarks
SmallMultiplesOptions
The small multiples setup for the visual.
public object? SmallMultiplesOptions { get; set; }
Property Value
Remarks
SortConfiguration
The sort configuration of a line chart.
public object? SortConfiguration { get; set; }
Property Value
Remarks
Tooltip
The tooltip configuration of a line chart.
public object? Tooltip { get; set; }
Property Value
Remarks
Type
Determines the type of the line chart.
public string? Type { get; set; }
Property Value
Remarks
VisualPalette
The visual palette configuration of a line chart.
public object? VisualPalette { get; set; }
Property Value
Remarks
XAxisDisplayOptions
The options that determine the presentation of the x-axis.
public object? XAxisDisplayOptions { get; set; }
Property Value
Remarks
XAxisLabelOptions
The options that determine the presentation of the x-axis label.
public object? XAxisLabelOptions { get; set; }