Show / Hide Table of Contents

Class CfnTemplatePropsMixin.ComboChartConfigurationProperty

The configuration of a ComboChartVisual .

Inheritance
object
CfnTemplatePropsMixin.ComboChartConfigurationProperty
Implements
CfnTemplatePropsMixin.IComboChartConfigurationProperty
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.ComboChartConfigurationProperty : CfnTemplatePropsMixin.IComboChartConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ComboChartConfigurationProperty Implements CfnTemplatePropsMixin.IComboChartConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

ComboChartConfigurationProperty()

The configuration of a ComboChartVisual .

Properties

BarDataLabels

The options that determine if visual data labels are displayed.

BarsArrangement

Determines the bar arrangement in a combo chart. The following are valid values in this structure:.

CategoryAxis

The category axis of a combo chart.

CategoryLabelOptions

The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

ColorLabelOptions

The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

FieldWells

The field wells of the visual.

Interactions

The general visual interactions setup for a visual.

Legend

The legend display setup of the visual.

LineDataLabels

The options that determine if visual data labels are displayed.

PrimaryYAxisDisplayOptions

The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

PrimaryYAxisLabelOptions

The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

ReferenceLines

The reference line setup of the visual.

SecondaryYAxisDisplayOptions

The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

SecondaryYAxisLabelOptions

The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

SingleAxisOptions

The configuration of a ComboChartVisual .

SortConfiguration

The sort configuration of a ComboChartVisual .

Tooltip

The legend display setup of the visual.

VisualPalette

The palette (chart color) display setup of the visual.

Constructors

ComboChartConfigurationProperty()

The configuration of a ComboChartVisual .

public ComboChartConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

BarDataLabels

The options that determine if visual data labels are displayed.

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

object

Remarks

The data label options for a bar in a combo chart.

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

Type union: either IResolvable or CfnTemplatePropsMixin.IDataLabelOptionsProperty

BarsArrangement

Determines the bar arrangement in a combo chart. The following are valid values in this structure:.

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

string

Remarks

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

    CategoryAxis

    The category axis of a combo chart.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IAxisDisplayOptionsProperty

    CategoryLabelOptions

    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

    ColorLabelOptions

    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

    FieldWells

    The field wells of the visual.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IComboChartFieldWellsProperty

    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-combochartconfiguration.html#cfn-quicksight-template-combochartconfiguration-interactions

    Type union: either IResolvable or CfnTemplatePropsMixin.IVisualInteractionOptionsProperty

    Legend

    The legend display setup of the visual.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.ILegendOptionsProperty

    LineDataLabels

    The options that determine if visual data labels are displayed.

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

    object

    Remarks

    The data label options for a line in a combo chart.

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IDataLabelOptionsProperty

    PrimaryYAxisDisplayOptions

    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IAxisDisplayOptionsProperty

    PrimaryYAxisLabelOptions

    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

    ReferenceLines

    The reference line setup of the visual.

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

    object

    Remarks

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

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

    SecondaryYAxisDisplayOptions

    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IAxisDisplayOptionsProperty

    SecondaryYAxisLabelOptions

    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

    SingleAxisOptions

    The configuration of a ComboChartVisual .

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.ISingleAxisOptionsProperty

    SortConfiguration

    The sort configuration of a ComboChartVisual .

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IComboChartSortConfigurationProperty

    Tooltip

    The legend display setup of the visual.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.ITooltipOptionsProperty

    VisualPalette

    The palette (chart color) display setup of the visual.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IVisualPaletteProperty

    Implements

    CfnTemplatePropsMixin.IComboChartConfigurationProperty
    Back to top Generated by DocFX