Class CfnTemplatePropsMixin.ComboChartConfigurationProperty
The configuration of a ComboChartVisual .
Inherited Members
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
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| ComboChartConfigurationProperty() | The configuration of a |
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 |
| SortConfiguration | The sort configuration of a |
| 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
ExampleMetadata: fixture=_generated
Properties
BarDataLabels
The options that determine if visual data labels are displayed.
public object? BarDataLabels { get; set; }
Property Value
Remarks
The data label options for a bar in a combo chart.
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
Remarks
CategoryAxis
The category axis of a combo chart.
public object? CategoryAxis { get; set; }
Property Value
Remarks
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
Remarks
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
Remarks
FieldWells
The field wells of the visual.
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
Legend
The legend display setup of the visual.
public object? Legend { get; set; }
Property Value
Remarks
LineDataLabels
The options that determine if visual data labels are displayed.
public object? LineDataLabels { get; set; }
Property Value
Remarks
The data label options for a line in a combo chart.
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
Remarks
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
Remarks
ReferenceLines
The reference line setup of the visual.
public object? ReferenceLines { get; set; }
Property Value
Remarks
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
Remarks
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
Remarks
SingleAxisOptions
The configuration of a ComboChartVisual .
public object? SingleAxisOptions { get; set; }
Property Value
Remarks
SortConfiguration
The sort configuration of a ComboChartVisual .
public object? SortConfiguration { get; set; }
Property Value
Remarks
Tooltip
The legend display setup of the visual.
public object? Tooltip { get; set; }
Property Value
Remarks
VisualPalette
The palette (chart color) display setup of the visual.
public object? VisualPalette { get; set; }