Show / Hide Table of Contents

Class CfnTemplatePropsMixin.LineChartConfigurationProperty

The configuration of a line chart.

Inheritance
object
CfnTemplatePropsMixin.LineChartConfigurationProperty
Implements
CfnTemplatePropsMixin.ILineChartConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html

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 LineChartVisual .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html

ExampleMetadata: fixture=_generated

Properties

ContributionAnalysisDefaults

The default configuration of a line chart's contribution analysis.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-contributionanalysisdefaults

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-datalabels

Type union: either IResolvable or CfnTemplatePropsMixin.IDataLabelOptionsProperty

DefaultSeriesSettings

The options that determine the default presentation of all line series in LineChartVisual .

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-defaultseriessettings

Type union: either IResolvable or CfnTemplatePropsMixin.ILineChartDefaultSeriesSettingsProperty

FieldWells

The field well configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-fieldwells

Type union: either IResolvable or CfnTemplatePropsMixin.ILineChartFieldWellsProperty

ForecastConfigurations

The forecast configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-forecastconfigurations

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-interactions

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualInteractionOptionsProperty

Legend

The legend configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-legend

Type union: either IResolvable or CfnTemplatePropsMixin.ILegendOptionsProperty

PrimaryYAxisDisplayOptions

The series axis configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-primaryyaxisdisplayoptions

Type union: either IResolvable or CfnTemplatePropsMixin.ILineSeriesAxisDisplayOptionsProperty

PrimaryYAxisLabelOptions

The options that determine the presentation of the y-axis label.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-primaryyaxislabeloptions

Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

ReferenceLines

The reference lines configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-referencelines

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IReferenceLineProperty)[]

SecondaryYAxisDisplayOptions

The series axis configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-secondaryyaxisdisplayoptions

Type union: either IResolvable or CfnTemplatePropsMixin.ILineSeriesAxisDisplayOptionsProperty

SecondaryYAxisLabelOptions

The options that determine the presentation of the secondary y-axis label.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-secondaryyaxislabeloptions

Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

Series

The series item configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-series

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.ISeriesItemProperty)[]

SingleAxisOptions

The configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-singleaxisoptions

Type union: either IResolvable or CfnTemplatePropsMixin.ISingleAxisOptionsProperty

SmallMultiplesOptions

The small multiples setup for the visual.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-smallmultiplesoptions

Type union: either IResolvable or CfnTemplatePropsMixin.ISmallMultiplesOptionsProperty

SortConfiguration

The sort configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-sortconfiguration

Type union: either IResolvable or CfnTemplatePropsMixin.ILineChartSortConfigurationProperty

Tooltip

The tooltip configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-tooltip

Type union: either IResolvable or CfnTemplatePropsMixin.ITooltipOptionsProperty

Type

Determines the type of the line chart.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-type

VisualPalette

The visual palette configuration of a line chart.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-visualpalette

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualPaletteProperty

XAxisDisplayOptions

The options that determine the presentation of the x-axis.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-xaxisdisplayoptions

Type union: either IResolvable or CfnTemplatePropsMixin.IAxisDisplayOptionsProperty

XAxisLabelOptions

The options that determine the presentation of the x-axis label.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-xaxislabeloptions

Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

Implements

CfnTemplatePropsMixin.ILineChartConfigurationProperty
Back to top Generated by DocFX