Class CfnDashboard.ComboChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ComboChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ComboChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ComboChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ComboChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ComboChartConfigurationProperty
An implementation for
CfnDashboard.ComboChartConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.ComboChartConfigurationProperty
CfnDashboard.ComboChartConfigurationProperty.Builder, CfnDashboard.ComboChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.ComboChartConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The options that determine if visual data labels are displayed.final String
Determines the bar arrangement in a combo chart.final Object
The category axis of a combo chart.final Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.final Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.final Object
The field wells of the visual.final Object
The legend display setup of the visual.final Object
The options that determine if visual data labels are displayed.final Object
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.final Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.final Object
The reference line setup of the visual.final Object
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.final Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.final Object
final Object
The sort configuration of aComboChartVisual
.final Object
The legend display setup of the visual.final Object
The palette (chart color) display setup of the visual.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboard.ComboChartConfigurationProperty.Builder
.
-
-
Method Details
-
getBarDataLabels
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The options that determine if visual data labels are displayed.The data label options for a bar in a combo chart.
- Specified by:
getBarDataLabels
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getBarsArrangement
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
Determines the bar arrangement in a combo chart. The following are valid values in this structure:.CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- Specified by:
getBarsArrangement
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getCategoryAxis
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The category axis of a combo chart.- Specified by:
getCategoryAxis
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getCategoryLabelOptions
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.- Specified by:
getCategoryLabelOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getColorLabelOptions
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.- Specified by:
getColorLabelOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The field wells of the visual.- Specified by:
getFieldWells
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getLegend
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The legend display setup of the visual.- Specified by:
getLegend
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getLineDataLabels
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The options that determine if visual data labels are displayed.The data label options for a line in a combo chart.
- Specified by:
getLineDataLabels
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getPrimaryYAxisDisplayOptions
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.- Specified by:
getPrimaryYAxisDisplayOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getPrimaryYAxisLabelOptions
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.- Specified by:
getPrimaryYAxisLabelOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getReferenceLines
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The reference line setup of the visual.- Specified by:
getReferenceLines
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getSecondaryYAxisDisplayOptions
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.- Specified by:
getSecondaryYAxisDisplayOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getSecondaryYAxisLabelOptions
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.- Specified by:
getSecondaryYAxisLabelOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getSingleAxisOptions
- Specified by:
getSingleAxisOptions
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getSortConfiguration
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The sort configuration of aComboChartVisual
.- Specified by:
getSortConfiguration
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The legend display setup of the visual.- Specified by:
getTooltip
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
getVisualPalette
Description copied from interface:CfnDashboard.ComboChartConfigurationProperty
The palette (chart color) display setup of the visual.- Specified by:
getVisualPalette
in interfaceCfnDashboard.ComboChartConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-